Upload large files to server problem

  • Thread starter Thread starter Raj Tripathi
  • Start date Start date
R

Raj Tripathi

Hi,
I need to upload large files (~100Mb) to the Web server. If I do it the
ASP.NET way the server will die, cause ASP.NET buffers the stream in memory.
i.e. 10 concurent users will just destory the server :((

Does any one have any idea how this can be done in MANAGED CODE?
 

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