mime check error

See all posts Reply

mime check error new!
by Carl Andrew Ponte, 19 years ago
hi, ive been using this script for uploading videos using the simple upload feature things were working great when i changed the allowed mime type list to

array('video/mpg',
      'video/3gpp',
      'video/mpeg',
      'video/quicktime');

and mime check = true...

so far its working for 3gp and mpg files,

except for .mov files.. it says invalid file format...

some help please :)Reply
Re: mime check error new!
by colin, 19 years ago
Try with application/quicktime and let me know if it works.

According to Wikipedia, it should be video/quicktime for all .mov files.

Also, check if the file is really a QuickTime movie, and if the file is not too big, send it to me by email so I can have a look at it.Reply