/
Configuring Large Image Upload
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"
, multiple selections available,
Related content
Import Configuration
Import Configuration
More like this
Import Configuration
Import Configuration
More like this
Upload Managed File
Upload Managed File
More like this
Upload Managed File
Upload Managed File
More like this
Upload Managed File
Upload Managed File
More like this
Administration
Administration
More like this
Please let us know if we could improve this page feedback@phixflow.com