File is too large error is occurring during WebDocs browser upload
From Support
| | If you have a question or seek clarification, please call Technical Support. |
[edit]
Problem:
File is too large error is occurring during WebDocs browser upload
[edit]
Solution:
Change the following line in the uploadlogic_persits.asp and uploadlogic_xupload.asp web page to set the maximum upload file size to be larger than 10 megabytes.
Upload.SetMaxSize 10000000, True
