Hello,
I am using the multiple-files-upload.aspx method to upload files on my production box. I have bought the Ajaxuploader and installed the .dll and .lic file in the bin folder of the app. I have the following references to the uploader in my web.config.
<add key="CuteWebUI.AjaxUploader.GlobalMaxSizeKB" value="100000"/>
The upload works perfectly on a PC. The upload speed is > 600KB/sec .
The upload fails if uploaded via laptop(wireless). The upload speed is around 25-35 KB/sec. The upload error is shown below.
Not sure why the error image that I inserted is not showing. I am entering the error message here. "Server side exception, failed to upload 2D or 3D portraits.pdf
Debug information:
System.Web.HttpException: Maximum request length exceeded.
at System.Web.HttpRequest.GetEntireRawContent()
at System.Web.HttpRequest.GetMultipartContent()
at System.Web.HttpRequest.FillInFilesCollection()
at System.Web.HttpRequest.get_Files()
at CuteWebUI.UploadModule.d(HttpContext A_0)
Thanks for your help.