[Clipart] ccHost - how to add file types

Bryce Harrington bryce at bryceharrington.org
Sun Feb 12 09:35:23 PST 2006


I found where we add file types:  It's in cchost/cclib/cc-getid3.php, in
list of code elements like this:


         $file_formats['audio-aiff-aiff'] =  array(
           'name'       => 'aif',
           'description' => 'AIFF Audio',
           'enabled' => true,
           'mediatype' => 'audio',
           );


Could someone create the list of file formats that Open Clip Art Library
users will be uploading?  Looks like we need the mimetype as well as the
extension.

Thanks,
Bryce



More information about the clipart mailing list