
File manager extentions
- YARDofSTUF
- Posts: 70006
- Joined: Sat Nov 11, 2000 12:00 am
- Location: USA
File manager extentions
In the file manager I tried to upload a .zip file, it said that the file extension wasn't allowed but then listed the file extensions that are allowed and .zip is one of them.


Please try uploading again, I've updated some of the backend.
The reason it did not work is that the upload manager checks the actual file for Mime-type, in addition to its extension...
Zip files can have more than one Mime type, I've added all of them now I believe:
application/x-zip-compressed
application/x-zip
application/zip
Please let me know whether that fixes it, tia.
The reason it did not work is that the upload manager checks the actual file for Mime-type, in addition to its extension...
Zip files can have more than one Mime type, I've added all of them now I believe:
application/x-zip-compressed
application/x-zip
application/zip
Please let me know whether that fixes it, tia.
- YARDofSTUF
- Posts: 70006
- Joined: Sat Nov 11, 2000 12:00 am
- Location: USA