[I believe this is not possible due to security issues, but:]
Is it possible to force the browser to process a file with a specific mime type without server management? I serve the files from the file: // (on the client machine itself) and I want the text files to open in any text editor.
Note. Firefox simply opens the file for viewing, which is not the desired behavior. I tried to change the file extension even to an unknown, which does not help.
source share