File Upload Limit to Posted File

D

Do

Hi,

I'm using the built in upload class in ASP.NET. What is the maximum size
limit for a file to be uploaded? I've uploaded many files to my Intranet,
but unable to upload a 4MB file.

Where do I change the max size?

Do
 
G

Guest

In machine.config, find <httpRuntime maxRequestLength=4096> and set to whatever

----- Do wrote: ----

Hi

I'm using the built in upload class in ASP.NET. What is the maximum siz
limit for a file to be uploaded? I've uploaded many files to my Intranet
but unable to upload a 4MB file

Where do I change the max size

D
 

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

Top