5
Answers

413 request entity too large

sumit sankpal

sumit sankpal

1y
559
1

after submitting the form it is showing .

The page was not displayed because the request entity is too large. how to solve this problem. and why this problem may be occuring.

i have two image 1 is 26 kb and 2 is 26 kb. image max size is upto 50 kb.

what should be maxrequestlength set in web.config

maxRequestLength

Answers (5)
0
jhtchina

jhtchina

NA 12 0 20y
1 Transfer image to server. 2 Dispose image in server. 3 down result image to client.
0
bilnaad

bilnaad

NA 686 0 20y
It's fairly possible this isn't fully supported in webforms. When you encounter such errors read MSDN if they are supported (web based). It's logical that it's not permitted to save an image to a client via webforms(security)