Zomp Development. Here's The Action.


Zomplog

File Manager

Since version 3.7 Zomplog has a built-in file manager, which supports a large variety of file-formats. What's unique about this file-uploader, is that it automatically recognizes the file-format that has been uploaded, and generates the code for embedding the content accordingly. Even better, if you upload an image, the file-manager automatically generates a thumbnail, and if you upload a movie or mp3, it is automatically turned into a (video-)podcast!

Here's a list of currently supported file-formats:

'csv' => 'text/plain',
'doc' => 'application/msword',
'dot' => 'application/msword',
'eps' => 'application/postscript',
'gif' => 'image/gif',
'gz' => 'application/x-gzip',
'htm' => 'text/html',
'html' => 'text/html',
'jpg' => 'image/jpeg',
'jpe' => 'image/jpeg',
'jpeg' => 'image/jpeg',
'mov' => 'video/quicktime',
'mp3' => 'audio/mpeg',
'mp4' => 'video/mp4',
'mpeg' => 'video/mpeg',
'mpg' => 'video/mpeg',
'pdf' => 'application/pdf',
'png' => 'image/x-png',
'pot' => 'application/vnd.ms-powerpoint',
'pps' => 'application/vnd.ms-powerpoint',
'ppt' => 'application/vnd.ms-powerpoint',
'ra' => 'audio/x-pn-realaudio',
'ram' => 'audio/x-pn-realaudio',
'rtf' => 'application/rtf',
'tar' => 'application/x-tar',
'tgz' => 'application/x-compressed',
'txt' => 'text/plain',
'wmv' => 'video/windowsmedia',
'xls' => 'application/vnd.ms-excel',
'zip' => 'application/zip'

Added in version 3.8: Flash video (flv)