Click here to Skip to main content
16,016,562 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I am developing a web application using asp.net. in that I need to download a large file(approx 2gb) which is placed at WCF server. Which i need to download to the clients browser when user click the link provided.

I have seen many examples, using "Transfermode=streamed" can help.

but all of them are downloading to the webserver(i.e asp.net server) not to the clients browser, could any one help me in this approach.

How to transfer the received stream redirecting to the clients browser?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900