ok, if i send the data to the server, and server can generate it. for example,
my application is at http:/www.myapp.com/myapp, and i need to call "http://www.myserver.com/report.pl?myparameters" so that it returns a text file, do i have to save it to the location where my application is and then download it? thanks -c Tracy Spratt wrote: > > Send the data to the server, generate the file there, pass back the > saved location, and download it. > > Tracy > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of coder3 > Sent: Thursday, January 31, 2008 6:34 PM > To: [email protected] > Subject: [flexcoders] how to create a file and then download > > > > > Hi, > I need to generate a file based on the current data on the page and then > download it. help? > > the sample code i can find is to download an existing file from the same > directory as the SWF document. > > thanks! > > c > -- > View this message in context: > http://www.nabble.com/how-to-create-a-file-and-then-download-tp15217361p > 15217361.html > <http://www.nabble.com/how-to-create-a-file-and-then-download-tp15217361 > p15217361.html> > Sent from the FlexCoders mailing list archive at Nabble.com. > > > > > -- View this message in context: http://www.nabble.com/how-to-create-a-file-and-then-download-tp15217361p15218596.html Sent from the FlexCoders mailing list archive at Nabble.com.

