i am allowing upload size up to 4 mb..
for this purpose i am using this code in webconfig file.. but its not working...
it throw s the error:
Bad Request Error :400
Web config Code:
Help me..
Advanx thx
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
sudharsan sPosted Apr 30, 2012, 3:02 AM
thx for you reply...
I done as per ur code which was u replied me... i am uploading below 4 mb files only.. but still it shows the same error.. execution timeout is 1800. but i am not able upload 1.5 Mb files also.
Advanx thx....!
SenthilkumarPosted Apr 27, 2012, 10:09 AM
Here you set the maximum size which can be requested to upload is 4 MB.
1024 x 4 = 4096 MB. Any thing goes beyond this size will be shown as bad request and you do not have any control over on that. More over you can't customize the size.
I hope this will help you.