RE: Sending Binary Files from Action

2004-11-26 Thread Wiebe de Jong
Mailing List Subject: Re: Sending Binary Files from Action Hi Niall, Thank you very much. The thing is I have found a sample application that uses the DownloadAction. Discussion is at http://www.mail-archive.com/dev@struts.apache.org/msg04600.html while the source codes are at http://www.omnytex.com

Re: Sending Binary Files from Action

2004-11-26 Thread Niall Pemberton
t; > > > > > > > On Fri, 26 Nov 2004 05:32:09 -, Niall Pemberton > > > <[EMAIL PROTECTED]> wrote: > > > > Theres a new DownloadAction in Struts 1.2.6: > > > > > > > > > > http://struts.apache.org/api/org/apache/struts/act

Re: Sending Binary Files from Action

2004-11-26 Thread Niall Pemberton
d" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 26, 2004 8:54 AM Subject: Re: Sending Binary Files from Action > Hi Niall, > > Thank you very much. The thing is I have found a sample application > that

Re: Sending Binary Files from Action

2004-11-26 Thread Richard
6: > > > > > > > http://struts.apache.org/api/org/apache/struts/actions/DownloadAction.html > > > > > > Niall > > > > > > > > > > > > - Original Message - > > > From: "Richard" <[EMAIL PROTECT

Re: Sending Binary Files from Action

2004-11-26 Thread Dakota Jack
ing the same sort > of thing in my application. > > > > > Niall > > - Original Message - > From: "Richard" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Friday, November 26, 2004 5:40 AM

Re: Sending Binary Files from Action

2004-11-26 Thread Niall Pemberton
ichard" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 26, 2004 5:40 AM Subject: Re: Sending Binary Files from Action > Hi Niall, > > Forgive but im a newbie. I dont know how I can use this. Definitely I > will ne

Re: Sending Binary Files from Action

2004-11-25 Thread Richard
ist" <[EMAIL PROTECTED]> > Sent: Friday, November 26, 2004 5:18 AM > Subject: Sending Binary Files from Action > > > Hi Guys, > > > > I have created an expiring download link ( sent to users ) throiugh > > the use of tokens and actions. Now I have not the

Re: Sending Binary Files from Action

2004-11-25 Thread Niall Pemberton
ovember 26, 2004 5:18 AM Subject: Sending Binary Files from Action > Hi Guys, > > I have created an expiring download link ( sent to users ) throiugh > the use of tokens and actions. Now I have not the slightest idea how > am I going to send the file to the user inside my actio

Sending Binary Files from Action

2004-11-25 Thread Richard
Hi Guys, I have created an expiring download link ( sent to users ) throiugh the use of tokens and actions. Now I have not the slightest idea how am I going to send the file to the user inside my actions. Can I use forwards over this? please help. Thanks Richard -