cancel
Showing results for 
Search instead for 
Did you mean: 

Large file upload error on SPP version 4.4

Former Member
0 Kudos

Hi Friends,

I am uploading files on our server.  Unfortunately, every time I upload large files like 64mb and up an error pops up.  I can still upload but on smaller files only.  I can't find the reason for the error.

Error says: There was an unknown failure processing this request.

                    Please contact Ancile - Product Support to troubleshoot this error.


Please help!

Jay Cruz

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jay,

The cause of this problem is insufficient memory setting in the IIS for server version Microsoft 2008 R2.

Can you please review this article from Microsoft:

http://www.iis.net/ConfigReference/system.webServer/security/requestFiltering/requestLimits

and ensure that your maxAllowedContentLength attribute in IIS is set to allow uploads of, at least, a minimum of your greatest file size that you are trying to upload.

IIS Manager -> Sites -> uPerform Website -> Request Filtering
(Double-click) -> Right-click -> Edit Feature Settings -> Enter:
104857600  in the "Maximum allowed content length (Bytes)" field and
click OK to allow 325 MB file size (adjust, in bytes, as
necessary/desired).

(Note:  You must have the IIS Administration Pack installed:
http://www.iis.net/download/AdministrationPack)

Regards,

Matthew

Answers (0)