Image handling

Image handling
Composer users can upload images and include the images in composed documents. Image files are uploaded from disk and stored in the repository. The following file formats are supported:
Image file size
The permitted maximum size of uploaded images is set in with the maxUploadFileSize property in the services.xml file. If required, you can change the maximum size. The services.xml file is located in the following directory:
<TOMCAT_HOME>\webapps\applications\WEB-INF\settings\spring
To implement changes made in the services.xml file, you must restart the Apache Tomcat server.
Example 1
In this example, the size of uploaded files is limited to 10240000 bytes (10 MB).
<property name="maxUploadFileSize" value="10240000" /> 
 
To restart Tomcat
1
Open the Control Panel and select Administrative Tools > Services. The Services dialog opens.
2
Right-click the Apache Tomcat service and select Restart.
OpenText StreamServe 5.6 Updated: 2013-03-01