RE: file download without opening a window

2006-12-07 Thread George.Dinwiddie
sers Mailing List > Subject: Re: file download without opening a window > > > Thanks. > > How can I add a header without opening a new window or redirect? > > - Original Message - > From: <[EMAIL PROTECTED]> > To: > Sent: Wednesday, December 06,

Re: file download without opening a window

2006-12-06 Thread Søren Blidorf
Thanks. How can I add a header without opening a new window or redirect? - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, December 06, 2006 11:02 PM Subject: RE: file download without opening a window add a header "Content-Disposition attachment; filename

RE: file download without opening a window

2006-12-06 Thread George.Dinwiddie
add a header "Content-Disposition attachment; filename=myFile.xml" using response.addHeader() > -Original Message- > From: Søren Blidorf [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 06, 2006 4:56 PM > To: Struts Users Mailing List > Subject: OT: file download without opening a w