PhixFlow Help
Configuring Large Image Upload
This page is for administrators who need to remove restrictions on uploading large images.
PhixFlow does not restrict the size of images that can be uploaded. If users are having problems uploading large images, this is may be due to limits set on:
- on the server
- Tomcat.
On Tomcat you can disable the maxPostSize
limit; see Tomcat The HTTP Connector documentation.
- Open tomcat/conf/server.xml
- Find the
Connector
element and add the line:
maxPostSize="-1"
Please let us know if we could improve this page feedback@phixflow.com