Forums

This topic is locked

Dowload files ?

Posted 05 Nov 2002 13:34:05
1
has voted
05 Nov 2002 13:34:05 mark girdwood posted:
Hi,

Can anybody tell me how to force a file to be dowloaded from the server as a "Save As"rather than opening as an html doc, i am creating a .txt file via a jsp page and want to have the user save this file to their machines as a .txt file fo input into pda's etc.

Thanks

Mark

Replies

Replied 05 Nov 2002 18:35:15
05 Nov 2002 18:35:15 Brent Colflesh replied:
Dear Mark,
There are several ways to accomplish this, but not one sure way across all browsers and platforms. The basic way is to use a scripting language to open the file then pipe it to the browser with a non-existant MIME type. Most browsers will then prompt to save the file.

Regards,
Brent

Reply to this topic