Response.writefile (filename) ?? problem with filesize

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am using Response.writefile to write a file into clients browser. It works
fine with files upto 60MB. When I come across a file size bigger than that,
it break with error saying page can not be displayed.

Any clue?
 
Thanks, and the most helpful link was this one:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;821387


This method is completely undocumented in the .NET Framwork SDK yet it is the best method for tranmitting files. I
don't know why this hasn't been in cluded in the documentation.

I've read numerous posts about problems like this but none suggested using this method.


--Buddy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top