Is any way to make a web application the default handler for a specific file type/extension/mime type? That is, can I make my browser load a web application which can handle .blah files when I click on a .blah link?
Rationale: I'd like to be able to set up my web application for playing the game of go so it can open .sgf files without saving them to disk and re-uploading them or providing a url etc.
I figure this goes on stack overflow because it's fine to have to change web application to make it work.