The Document Upload Console appears.
Note: For IIS 7.5, the maximum file size is set to 4 MB by default. The setting can be resized up to 30 MB by editing the web.config file, located in the <
Installation_Directory
>\InForm\aspmvc directory. Add the following element to the <system.web> node: <httpRuntime maxRequestLength="x"> to specify the file size in kilobytes. For example, if you wanted to increase the maximum file size to 8 MB, the entry would be: <httpRuntime maxRequestLength="8192">.Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
---|