|
-
Apr 2nd, 2003, 09:50 AM
#1
Thread Starter
Evil Genius
Maximum Filesize attachment?
Can anyone tell me the maximum size of a file allowed when uploaded from an aspx page please & are there any settings to alter this?
Thanks!
-
Apr 3rd, 2003, 11:36 AM
#2
The default filesize is 4MB and of course there is a way to change it.
Change the machine.config file to update the filesize:
maxRequestLength is the file size
<httpRuntime executionTimeout="90" maxRequestLength="4096"
useFullyQualifiedRedirectUrl="false" minFreeThreads="8"
minLocalRequestFreeThreads="4" ppRequestQueueLimit="100"/>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|