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
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