Wrong mime-type?!
Posted: Tue Feb 16, 2010 2:56 pm
I've got a CMS under development, and to have the guy upload pictures, I'm having him upload a ZIP which the server then unzips. It was working a few weeks ago, but now when I upload the zip file, the $_FILES type is coming back as a application/octet-stream, instead of the application/x-zip-compressed I wanted. What's going on? I've tried rezipping, nothing. Why is it going up as a octet and not the zip it actually is?!