RE: [flexcoders] Creating and downloading a file in client or alternatives

2008-04-30 Thread Battershall, Jeff
I'm not sure how you'd do this on the client with a web-based application. For the server side solution, I know how I would do this with ColdFusion, by setting the mime-type of the returned content, stipulating that its an attachment, and so forth. The file does not need to be written to disk in

RE: [flexcoders] Creating and downloading a file in client or alternatives

2008-04-30 Thread zoltan
Hi, with any type of backend you can generate files on the fly, so they will not be saved in the server's filesystem and your client will still access it with Url/FileReference For example check out the Simply Compatible: Tab Delimited Format section here