Setting filename when sending binary/octet-stream

2003-08-03 Thread Philipp Leusmann
Hi, is there a way to set the filename in a servlet when sending a file with response.setContentType(binary/octet-stream); and sending binary data with the ServletoutputStream? Thanks, Philipp - To unsubscribe, e-mail:

Re: Setting filename when sending binary/octet-stream

2003-08-03 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#saveas Be warned that this may not work for all browsers or might not work for different versions or patch levels of the same browser. -Tim Philipp Leusmann wrote: Hi, is there a way to set the filename in a servlet when sending a file with

AW: Setting filename when sending binary/octet-stream

2003-08-03 Thread Philipp Leusmann
Better than nothing. Thanks -Ursprungliche Nachricht- Von: Tim Funk [mailto:[EMAIL PROTECTED] Gesendet: Montag, 4. August 2003 00:33 An: Tomcat Users List Betreff: Re: Setting filename when sending binary/octet-stream http://jakarta.apache.org/tomcat/faq/misc.html#saveas