Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 31, 2006 12:50 AM by wizard7xyz
Member
35 Points
7 Posts
Mar 31, 2006 12:50 AM|LINK
I am using WVD express edition on windows XP professional during the development.
I got the file upload working well with ONE MAJOR LIMITATION - max file size 4 MB.
I searched information posted by Microsoft at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/UploadASP2.asp
I made the changes:
<httpCookies httpOnlyCookies="false" requireSSL="false" domain="" />
<!--
<httpRuntime
executionTimeout = "440" [in Seconds][number]
maxRequestLength = "11264" [number]
Also I made changes here:
<httpRuntime executionTimeout="440" maxRequestLength="11264" requestLengthDiskThreshold="80"
To my surprise it still does not work!!!!!. I am unable to upload file greater than 4 MB.
I chacked the error in the Administrative tools in the Event Viewer
Category: web Event
Event ID: 1309
Event code: 3004
Event message: Post size exceeded allowed limits.
Please Help!!!!!!!!!
Thanks,
Thomas
wizard7xyz
Member
35 Points
7 Posts
Uploading files - Size exceeding 4 MB in ASP.NET 2.0
Mar 31, 2006 12:50 AM|LINK
I am using WVD express edition on windows XP professional during the development.
I got the file upload working well with ONE MAJOR LIMITATION - max file size 4 MB.
I searched information posted by Microsoft at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/UploadASP2.asp
I made the changes:
<httpCookies httpOnlyCookies="false" requireSSL="false" domain="" />
<!--
<httpRuntime
executionTimeout = "440" [in Seconds][number]
maxRequestLength = "11264" [number]
Also I made changes here:
<httpRuntime executionTimeout="440" maxRequestLength="11264" requestLengthDiskThreshold="80"
To my surprise it still does not work!!!!!. I am unable to upload file greater than 4 MB.
I chacked the error in the Administrative tools in the Event Viewer
Category: web Event
Event ID: 1309
Event code: 3004
Event message: Post size exceeded allowed limits.
Please Help!!!!!!!!!
Thanks,
Thomas