Search found 2 matches
- 14 Feb 2018, 11:46
- Forum: General
- Topic: Getting the content mimetype of all files as application/octet-stream
- Replies: 2
- Views: 2141
Re: Getting the content mimetype of all files as application/octet-stream
Thank you for your reply. I'll compare both the server's apache configurations.
- 13 Feb 2018, 07:45
- Forum: General
- Topic: Getting the content mimetype of all files as application/octet-stream
- Replies: 2
- Views: 2141
Getting the content mimetype of all files as application/octet-stream
When trying to upload any attachment in the article, the mimetype of the file I'm getting is application/octet-stream. I'm actually trying to deny some specific type of files where I check the content type of the file and then make a decision on whether to allow or not. While doing so, it worked on ...