Upload

B

Bill Hicks

I'm trying to come up with an efficient HTTP File Upload solution, but have
been discouraged by the things I have read about how Asp.Net caches the
entire file in memory before relinquishng control to the programmer. This
is definitely not good for many simultaneous uploads. As an Asp.Net
developer, do I need to resort to a third party control or can I accomplish
this in Asp.Net effectively somehow?

Thanks
Bill
 
L

Lau Lei Cheong

If you don't want to use any 3rd-party controls, you'll have to use other
web technologies(such as ASP, Perl CGI, JSP, etc.) or write you own ISAPI
filter to handle files before ASP.NET even touch it.
 

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

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top