all groups > iis ftp > september 2005 >
You're in the

iis ftp

group:

Uploading large files


Uploading large files Raj Dhrolia
9/21/2005 12:00:00 AM
iis ftp:
Hi,
Can anyone suggest me best way to upload large files (>100-500MB) to my
ASP.NET web application (IIS 6.0, Win 2K3).
The problem we see with conventional method is that the session times
out, and the entire file gets loaded in IIS memory and things get worst when
couple of users upload 100s of MBs of file.
The solution should also work with MAC browsers.
Any pointers will be of great help.
Thanks,
Raj.

Re: Uploading large files Chris Crowe [MVP]
9/21/2005 12:00:00 AM
You could try a 3rd party solution:

I beleive this has a free version - not sure on the licensing of it.
http://assistedsolutions.com/components/SlickUpload/

ASP.NET HttpModule that provides scalable RFC 1867 upload handling for
ASP.NET applications by streaming an upload directly to a file or database,
replacing the builtin ASP.NET functionality that fills memory. This allows
an application to accept large uploads (up to 2 GB). SlickUpload also
provides a progress display during an upload.

--
Cheers

Chris

Chris Crowe [IIS MVP]
http://blog.crowe.co.nz


[quoted text, click to view]

Re: Uploading large files Dean Brettle
9/22/2005 5:20:37 AM
You could also try my NeatUpload control:

http://www.brettle.com/neatupload

It's licensed under the LGPL so that it can be included in commercial
software free of charge. I think it is also the only ASP.NET upload
solution that works under both Mono and .NET.

--Dean
AddThis Social Bookmark Button