9
Quote:
Bender wrote:
JamesSAEP just to make sure:
Your definition for .zip looks like this?
Quote:application/zip application/x-zip application/x-zip-compressed application/octet-stream application/x-compress application/x-compressed multipart/x-zip application/x-download
If thats really the case please send me the zip file in question. If its non public stuff you could remove the content and send me only the remaining empty zip.
I just installed Xoops. Very good install. But I'm having problems with the same problem. I'm on IIS, php5. I get:
Errors Returned While Uploading
MIME type not allowed: application/x-zip-compressed
I found a file in the class directory:
mimetypes.inc.php
In there I found zip:
"zip" => "application/zip",
I edited to be:
"zip" => "application/zip application/zip application/x-zip application/x-zip-compressed application/octet-stream application/x-compress application/x-compressed multipart/x-zip application/x-download application/x-zip-compressed
",
It doesn't work. I was hoping you could help me. Thanks for any help. I tried this without commas in the "", just blanks.