|
Home > Archive > MS Access and Internet > October 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, 9:49 am |
| 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.
| |
| Sylvain Lafontaine 2005-10-27, 8:31 am |
| For large files, the best solution is probably to use FTP.
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: http://cerbermail.com/?QugbLEWINF
"Raj Dhrolia" <rajdhrolia@hotmail.com> wrote in message
news:ehMMF4qvFHA.2056@TK2MSFTNGP10.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.
>
>
|
|
|
|
|