|
Home > Archive > IIS FTP Server > September 2005 > Uploading large files
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Uploading large files
|
|
| Raj Dhrolia 2005-09-21, 5:54 pm |
| 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.
| |
| Chris Crowe [MVP] 2005-09-21, 5:54 pm |
| 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
"Raj Dhrolia" <rajdhrolia@hotmail.com> wrote in message
news:O5JCu2qvFHA.3548@tk2msftngp13.phx.gbl...
> 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.
>
| |
| Dean Brettle 2005-09-22, 7:50 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
|
|
|
|
|