Downloading a file from an Action class.

2004-06-11 Thread Suzanne Rizzo
Return Receipt Your Downloading a file from an Action class. document

RE: Downloading a file from an Action class.

2004-06-10 Thread Wang, Yuanbo
, Yuanbo -Original Message- From: Miquel Angel [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 8:01 AM To: Struts Users Mailing List Subject: Downloading a file from an Action class. Hi! I try to download a file from an action class to the user PC. That's what

RE: Downloading a file from an Action class.

2004-06-10 Thread Frank Zammetti
m, just open the file and get a stream off it, then write it out to OUT above (diid that make sense??) Frank From: "Miquel Angel" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTE

Re: Downloading a file from an Action class.

2004-06-10 Thread Niall Pemberton
- From: "Miquel Angel" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 10, 2004 1:01 PM Subject: Downloading a file from an Action class. > Hi! > > I try to download a file from an action class to the user P

Downloading a file from an Action class.

2004-06-10 Thread DGraham
Return Receipt Your Downloading a file from an Action class. document

Downloading a file from an Action class.

2004-06-10 Thread Miquel Angel
Hi! I try to download a file from an action class to the user PC. That's what I do in the action class: String Path = "C:" + java.io.File.separator; //Location of the file String FileName = Path +