Start download in separate Response
From: hoenes1 (leguan_at_twism4life.de)
Date: 08/19/04
- Next message: Scott Allen: "Re: Code Generator for ASP.Net"
- Previous message: Gmansky: "Header questions"
- Next in thread: Curt_C [MVP]: "Re: Start download in separate Response"
- Reply: Curt_C [MVP]: "Re: Start download in separate Response"
- Reply: weichung: "Re: Start download in separate Response"
- Messages sorted by: [ date ] [ thread ]
Date: 19 Aug 2004 06:50:10 -0700
Hi,
in my ASP.NET App, I have a list of files which the user can download
on click (using Response.BinaryWrite()). the problem is, that once a
download has started, the user can't navigate in the window because
the response is sending the file and so no new requests can be made.
what possibilities do i have to make the client able to browse other
pages in my app while downloading a file?
Thanks in advance.
- Next message: Scott Allen: "Re: Code Generator for ASP.Net"
- Previous message: Gmansky: "Header questions"
- Next in thread: Curt_C [MVP]: "Re: Start download in separate Response"
- Reply: Curt_C [MVP]: "Re: Start download in separate Response"
- Reply: weichung: "Re: Start download in separate Response"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|