|  | Posted by ZeldorBlat on 09/08/06 14:44 
mpar612 wrote:> Ok, that was absolutely awful on my part.  Sorry about that.  I fixed
 > that, but it still does not work.  For kicks, I kept the code that
 > required the upload file to be gif or jpg and I uploaded an image .jpg
 > and it worked perfectly.
 >
 > So the problem is with the type of file being uploaded.  Are there any
 > other files types that I should include other than 'audio/mpeg'?  Are
 > there different types of mp3's?  I have tried several different mp3
 > with not success.
 >
 > Thanks
 
 Go to your favorite search engine and type in "mime type list" to get a
 list of all the mime types.   Also, why not remove the checks, upload
 your mp3, and echo out the value of 'type' and see what you get?
 [Back to original message] |