QUOTE
/* Allowed file types for upload.
Default array:
$allowed_types = "application/msword, application/vnd.ms-powerpoint, application/vnd.ms-excel, text/plain, application/pdf, application/x-zip-compressed";
Allows:
MS Word Documents, MS Power Point Presentations, MS Excel Documents, Plain Text Files, PDF Documents, and ZIP files.
*/
$allowed_types = "application/msword, application/vnd.ms-powerpoint, application/vnd.ms-excel, text/plain, application/pdf, application/x-zip-compressed";
wouldn't you just have to adjust this portion of the code?
here are some image types:
image/bmp
image/x-bmp
image/cmu-raster
image/x-cmu-raster
image/cur
image/x-cur
image/ico
image/x-ico
image/jpeg
image/x-jpeg
image/jpg
image/x-jpg
image/pcx
image/x-pcx
image/pict
image/x-pict
image/png
image/x-png
image/psd
image/x-psd
image/tga
image/x-tga
image/tif
image/x-tif
image/tiff
image/x-tiff
image/xbm
image/x-xbm
image/xpm
image/x-xpm
i don't know what the types for movies would be though....