Hi@all,
this morning i ran in a little tricky problem on http posts controlled by default file upload control.
For Uploading files about 20MB of size i increased the “max. size of request content” to 50000kb in the server doc and the maximum post data value in the corresponding Web Site Doc to 50000 also.
So after the changes, sure there’s no problem uploading files above the default 10mb limit. But the point is, when switching to SSL/https i get an “Invalid POST Request Exception” for each file over 10MB. You can try it shortly, blank db, webform with fileupload control and switch between http and https.
So i searched the web but didn’t find anything helpful till now.
I think it have to be a setting only somewhere else (10k!?) - in first, i also checked the Request-Header size, thought it may be wrong, but seemed to be correct.
i’m really appreciative for any help on this.
Alex