I'm trying to allow a custom file extension to be uploaded (.sq), and I can't manage to do so : Uploading files of this type is not allowed..
Here are my configuration for the extension :
Mime : (video\/(3gpp|mp4|mpeg|quicktime|webm))|(text\/(txt|sq))|(audio\/(aiff|midi|mpeg|mp4))|(image\/(gif|jpeg|png))|(application\/(x-(7z|rar|zip)-compressed|zip|arj|x-(bzip2|gzip|lha|stuffit|tar)|pdf)
User-provided file extensions: .sq
Should I try to create my own Mime type ? Or to go directly into the code to change that ?
Thanks a lot !