no file extension, application/octet-stream
See original GitHub issueFiles with no extension are served with content-type "application/octet-stream"
due to https://www.npmjs.com/package/mime#mime-default-type
Shouldn’t they just be undefined
?:
mime.default_type = undefined
Issue Analytics
- State:
- Created 8 years ago
- Comments:7
Top Results From Across the Web
What Is Octet-Stream? - A Complete Overview - Isotropic
The application/octet-stream is sent with the header file. If you attempt to download a file with a missing extension or an unknown format, ......
Read more >About "application/octet-stream" MIME attachments - IU KB
A MIME attachment with the content type "application/octet-stream" is a binary file. Typically, it will be an application or a document that ...
Read more >How to extract file extension from file with no ... - Stack Overflow
The problem I am running into is some of the files have a mime type of octet-stream. I've read online and this type...
Read more >If a file has an extension that is not supported by any of ... - JFrog
If a file has an extension that is not supported by any of the MIME types or ... will use the default MIME...
Read more >Receiving Error You are not allowed to upload
You are not allowed to upload application/octet-stream files " ... Clicking on Browse and selecting a .docx file from Documents folder.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Everything that this library does,
st
does better.PR #184 would allow something like this: