FileUpload can't upload huge size document
-
Hey Guys need help. I have came across this error. When in VS2005 ASP.net i using the Fileupload tool in the toolbox given. When I upload a small size file like about 3.73 MB. When I click a button it still works even without any function written on the button. But when i upload around 4.97 MB and i just click a button the web site display Internet Explorer cannot display the webpage Any solution to this issue.
KaKaShi HaTaKe
-
Hey Guys need help. I have came across this error. When in VS2005 ASP.net i using the Fileupload tool in the toolbox given. When I upload a small size file like about 3.73 MB. When I click a button it still works even without any function written on the button. But when i upload around 4.97 MB and i just click a button the web site display Internet Explorer cannot display the webpage Any solution to this issue.
KaKaShi HaTaKe
By default, .NET allows upto 4MB of file size to be uploaded. You need to add/modify the following entry to system.web section of web.config. 4096KB Please change it to desired value. K.P.Kannan
-
By default, .NET allows upto 4MB of file size to be uploaded. You need to add/modify the following entry to system.web section of web.config. 4096KB Please change it to desired value. K.P.Kannan
Hey Thanks bro for the hint ... Cheers
KaKaShi HaTaKe
-
Hey Guys need help. I have came across this error. When in VS2005 ASP.net i using the Fileupload tool in the toolbox given. When I upload a small size file like about 3.73 MB. When I click a button it still works even without any function written on the button. But when i upload around 4.97 MB and i just click a button the web site display Internet Explorer cannot display the webpage Any solution to this issue.
KaKaShi HaTaKe