Chikara
08-02-2007, 02:56 PM
I'm attempting to use the method show on this page to download files from my webserver.
http://www.xefteri.com/articles/show.cfm?id=7
This works, but the problem is that files over 4MB will cause a 500 error. I did some checking and the line where it crashes is
Response.BinaryWrite(objStream.Read)
Any ideas why this would crash on files over 4mb in size?
http://www.xefteri.com/articles/show.cfm?id=7
This works, but the problem is that files over 4MB will cause a 500 error. I did some checking and the line where it crashes is
Response.BinaryWrite(objStream.Read)
Any ideas why this would crash on files over 4mb in size?