sday, May 01, 2007 4:52 PM
To: Struts Users Mailing List
Subject: Re: Jsp out to Persist
Are you saving the file to the client or to the server?
If you want the client to save the file, you can set the content disposition
header... this will cause a file download dialog to appear
response.setHe
MAIL PROTECTED]
Sent: Tuesday, May 01, 2007 4:52 PM
To: Struts Users Mailing List
Subject: Re: Jsp out to Persist
Are you saving the file to the client or to the server?
If you want the client to save the file, you can set the content disposition
header... this will cause a file download dialog to ap
Are you saving the file to the client or to the server?
If you want the client to save the file, you can set the content
disposition header... this will cause a file download dialog to appear
response.setHeader("content-disposition", "attachment;
filename=someFileName.html");
If you want t
3 matches
Mail list logo