Before you begin
To edit the presentation XML file, you must be an administrator and you must know how to use the Application Designer application.
About this task
If you set a limit that is too high, the application server might run out of memory.
Procedure
- Log in as an administrator and start the Application Designer application.
- Export the dm.xml presentation XML file to a client workstation.
- In a text or XML editor, find the section of the file that contains the following XML:
<dialog id="UPLOADPKG" label="Upload Package" beanclass="psdi.webclient.beans.dm.DMUploadBean">
<uploadfile id="UPLOADPKG_sec" label="Specify a File" oklabel ="OK" cancellabel="Cancel" />
</dialog>
- Add a maxfilesize parameter to the <uploadfile> tag and specify a package size upload limit. For example, the following maxfilesize parameter specifies a 50 MB limit:
<uploadfile id="UPLOADPKG_sec" label="Specify a File" oklabel ="OK" cancellabel="Cancel" maxfilesize="50" />
- Save the presentation XML file.
- In the Application Designer application, import the edited dm.xml presentation XML file.
No comments:
Post a Comment