-
`Fatal error: Call to undefined function mime_content_type() in filemanager/upload.php on line 90`
This is what I get when I try to upload a file.
Previous version worked normally.
-
It would be nice if the mime type would be derived from the file extension.
-
Can you add the mime type for mkv files in the file_type_map?
-
For some reason FroyVisuals.apk has zip file mime type. rigid said Opera changed the file's extension to zip, and someone in #wowuidev said that Android Chrome also changed the extension to zip. This …
-
In https://github.com/typhoeus/ethon/commit/e97ffbd7d8f036f44c6c880372f34f1042ca256a, Ethon was changed to not be dependent on mime-types, but if the gem exists, it will use and require it.
However, …
-
I am working on a filter that converts fonts to different formats (e.g. when I request 'myfont.woff' it will convert it on-the-fly from 'MyFont.OTF'). The problem is that the MIME type will be `applic…
-
see https://github.com/OpenMath/OM3/issues/106
-
It would be good to colorize file according to their content or at least extensions.
-
I'm trying to get this to work for me in v1 since I used to love using this tool. I havent been able to get it to work, so i've put together what I think a MWE is and I'm running into a missing show m…
-
Maybe the mime `text/x-thebe-config` could be `application/vnd.jupyter.thebe-config+json` to respect the general mime type convention.
(Annoyingly, this would convey that it is true JSON, and that …