Can I make user upload the specific file type with FoF Upload extension?
I want for a user to be able to upload a ENT file extension which is not normal file type like image, video, pdf, etc. How could I do it? I tried to set the mime type like (application\/(ent)) on admin panel but it doesn't work.
I found the mime-type of the file I want to give a permission by Linux file command. The type was "application/x-gzip". So I added this conf, (application\/(x-(7z|rar|zip)-compressed|zip|arj|x-(bzip2|gzip|lha|stuffit|tar)|pdf|ent)) like the extension's recommandation. But it doesn't work, too.