On Tue, Nov 25, 2008 at 12:26 PM, hotsdogs <[EMAIL PROTECTED]> wrote:
> > I am having a problem with a website that produces a file download > over and SSL connection. After a couple of days of dealing with the > error that IE could not download the file from the web site and > implementing all the settings others have dealt with to make IE as > insecure as possible, leaving pages and download data in the cache I > got the file to download with the response object working but now I > have another issue. > > I think you answered your own question. You said you save the generated data in a DB. Present the user with a download link. Save the data to a temp file and send then delete the file. Best way to get rid of your problem and doesn't require much coding. Just read the blob, save it, send it, delete it from disk.
