Hello.

I'm experiecing a problem with file uploads from ASP pages.

On a Windows 2000 - IIS 5 server we're running an ASP Classic
application that features an upload form for files of great dimensions
(100+MB). Problem is, when we try to upload a file exceeding 3MB we
retive almost immediatly a message such as 'The page cannot be
displayed'.

We do not even reach the page that contains the code for file
managing; when we click on the submit button in the form with enctype
multipart form data the application ends and the error is visualized.

For files under 3MB there are no problems at all.

The FAQ of our upload third party component (ABCUpload by Websupergoo)
state that we could either have problems with our proxy or we could be
stopped by a wrong URLScan setting: we do not have any proxy nor
URLScan is installed on our server.

I may add that all the configuration of the script timeouts on IIS are
correctly set.

Is there anyone who can suggest us a solution ?

Thanks in advance for any help...

Newcomsas

Re: ASP upload files when files dimension exceeds 3MB. Why ? by Steve

Steve
Fri Feb 23 10:46:49 CST 2007

Try increasing the AspMaxRequestEntityAllowed metabase value
http://www.banmanpro.com/support2/File_Upload_limits.asp
http://www.google.com/search?hl=en&q=AspMaxRequestEntityAllowed+

--

Steve Schofield
Windows Server MVP - IIS
ASPInsider Member - MCP

http://www.orcsweb.com/
Managed Complex Hosting
#1 in Service and Support

<newcomsas@hotmail.com> wrote in message
news:1171984864.138492.111560@p10g2000cwp.googlegroups.com...
> Hello.
>
> I'm experiecing a problem with file uploads from ASP pages.
>
> On a Windows 2000 - IIS 5 server we're running an ASP Classic
> application that features an upload form for files of great dimensions
> (100+MB). Problem is, when we try to upload a file exceeding 3MB we
> retive almost immediatly a message such as 'The page cannot be
> displayed'.
>
> We do not even reach the page that contains the code for file
> managing; when we click on the submit button in the form with enctype
> multipart form data the application ends and the error is visualized.
>
> For files under 3MB there are no problems at all.
>
> The FAQ of our upload third party component (ABCUpload by Websupergoo)
> state that we could either have problems with our proxy or we could be
> stopped by a wrong URLScan setting: we do not have any proxy nor
> URLScan is installed on our server.
>
> I may add that all the configuration of the script timeouts on IIS are
> correctly set.
>
> Is there anyone who can suggest us a solution ?
>
> Thanks in advance for any help...
>
> Newcomsas
>