Force Mime Type In Browser (with Javascript)
[I imagine that this is impossible due to security concerns, but:] Is it possible to force the browser to handle a file with a certain mime type without controlling the server? I'm
Solution 1:
Nope, this is impossible, except maybe with IE and an ActiveX, but I seriously suggest you not to use it.
Post a Comment for "Force Mime Type In Browser (with Javascript)"