17 Feb
2004
17 Feb
'04
7:31 p.m.
application/save
This is just because application/save is usually not linked to any application.
I usually use a modified Content-dispostion header to make the browser save the file, and it works in all browsers I have tested (not many). Just specify "attachment", like this: Content-type: text/plain Content-disposition: filename.txt; attachment JZ