Hi!
I'm trying to force a large (200+ MB) file to download that's on a remote server. The problem is that I can't use the "WriteFile()" function, since I'm not using a virtual path.
Then, when I try:
Response.AppendHeader("content-disposition",
"attachment; filename=" + name);Response.AppendHeader("content-disposition",
"attachment; filename=" + name);
I get a file that has the correct name and extension, but is 0KB.
Can someone please help me?!
Thanks!
-Eric
...
Go to the complete details ...