hi,I have developed a document management system that allowsuploading of files to a server. There's no issue of uploading of files withsmall sizes. However, when a file of size of about 80MB is used for uploading,encountered the error, Failed to process multiplepart request - file sizelimit exceeded.Did some research on this and according to http://stackoverflow.com/questions/2947683/httprequest-maximum-allowable-size-in-tomcat
it seems that some configuration changes, seen below are required on Tomcat server.My Tomcat version is 6.0.29.-------------------------In conf\server.xml<Connector port="80" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" maxPostSize="67589953" />In webapps\manager\WEB-INF\web.xml<multipart-config> <!-- 52MB max --> <max-file-size>52428800</max-file-size> <max-request-size>52428800</max-request-size> <file-size-threshold>0</file-size-threshold></multipart-config>--------------------------Have also set max_allowed_packet=150M in Mysql my.iniI did the above and restarted Tomcat and Mysql but problem still persist.Had the same problem when i tried in Tersus studio.Was wondering what can be done both on Tomcat server and Tersus Studioto resolve the problem.Hope you can advise.Thanks
CheersCliff
To use the full functionality of this web site, JavaScript needs to be turned on.
For best results, use the Firefox browser..
Copyright © 2003-2017 - Tersus Software Ltd., All rights reserved. Terms of Use License Graphic design by EmaraDesign