mostlylucid

scott galloway's personal blog...
posts - 916, comments - 758, trackbacks - 11

My Links

News

Archives

Post Categories

Misc. Coding

Pure ASP.NET file upload...I have my doubts...

OK, maybe someone 'in the know' can settle this, is it possible to upload large files efficiently purely using ASP.NET?
I've been following a thread in the ASP.NET forums about providing a method to do this using HttpHandlers / Modules to do this. What confuses me though is, is there any point to this? As I understand it, IIS will cache a Request stream before passing it, in it's entirety, to ASP.NET. If this is true then there's no way to efficiently upload files in ASP.NET - since the whole file would need to be held in memory before upload - uploading a 4GB file would require 4GB+ of memory. Can anyone confirm this, does IIS 6.0 change this behaviour???

Print | posted on Monday, January 19, 2004 6:59 PM | Filed Under [ ASP.NET ]

Feedback

Gravatar

# Doubts in Formatting an XML file to HTML Page

Hi

I am getting an XML output from another application. I want to format it in to a well designed HTML Page through ASp.Net what should i do for it

7/23/2004 6:43 AM | Rajesh

Comments have been closed on this topic.

Powered by: