tagged [mime-types]
How can I find out a file's MIME type (Content-Type)?
How can I find out a file's MIME type (Content-Type)? Is there a way to find out the MIME type (or is it called "Content-Type"?) of a file in a Linux bash script? The reason I need it is because Image...
- Modified
- 14 Jun at 10:33
Windows Azure - Serve unknown (mp4) MIME types in Windows Azure IIS storage
Windows Azure - Serve unknown (mp4) MIME types in Windows Azure IIS storage I have a windows azure deployment (a web-role) that on request pulls in a pair of video files (mov and mp4) from azure stora...
- Modified
- 8 Jun at 02:32
Stylesheet not loaded because of MIME type
Stylesheet not loaded because of MIME type I'm working on a website that uses [Gulp.js](https://en.wikipedia.org/wiki/Gulp.js) to compile and browser sync to keep the browser synchronised with my chan...
- Modified
- 29 Sep at 00:4
CSS file blocked: MIME type mismatch (X-Content-Type-Options: nosniff)
CSS file blocked: MIME type mismatch (X-Content-Type-Options: nosniff) I am developing an Angular 4 app and I want to apply some global styles. Following the [tutorial at the angular site](https://ang...
- Modified
- 15 Jul at 14:53
Download .xlsx file using Response.TransmitFile()
Download .xlsx file using Response.TransmitFile() I'm working on some code that generates an Excel spreadsheet server-side and then downloads it to the user. I'm using [ExcelPackage](http://www.codepl...
- Modified
- 16 Feb at 17:13
How do I determine a file's content type in .NET?
How do I determine a file's content type in .NET? My WPF application gets a file from the user with Microsoft.Win32.OpenFileDialog()... ``` Private Sub ButtonUpload_Click(...) Dim FileOpenStream As ...
- Modified
- 27 Mar at 19:38
Launching a registered mime helper application
Launching a registered mime helper application I used to be able to launch a locally installed helper application by registering a given mime-type in the Windows registry. This enabled me to allow use...
- Modified
- 7 Nov at 22:15