Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to change max filesize to upload files to server?

Status
Not open for further replies.

shaunacg

Programmer
Aug 1, 2003
71
GB
Hi,

I am having trouble uploading files to my server that are above 2MB, but I need to be able to upload up to 4MB files to the server. How can I fix this? I tried this in the Web.config file

<httpRuntime maxRequestLength="4000" />

I read this would work somewhere, but I'm still getting the same error.

Any suggestions? Thanks.

Shaunacg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top