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
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