V
Verde
I currently let users upload files (graphics) to a Web site. I want to limit
the size of graphics, so I have the following in Web.config
<httpRuntime maxRequestLength="110" />
That works just fine.
But now I want to add another page where the users can upload a file. This
time an Excel file. I'd like to enable uploading Excel files larger than
110K, so how can I enable that while keeping the 110K limit on graphics?
Thanks.
the size of graphics, so I have the following in Web.config
<httpRuntime maxRequestLength="110" />
That works just fine.
But now I want to add another page where the users can upload a file. This
time an Excel file. I'd like to enable uploading Excel files larger than
110K, so how can I enable that while keeping the 110K limit on graphics?
Thanks.