Kbase P187773: Multipart form fails to upload files
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/05/2011 |
|
Status: Unverified
SYMPTOM(s):
multipart form fails to upload files
Cannot upload files when using multipart form
No data is return with get-value()
Uploading binary files
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.1x
OpenEdge 10.2x
CAUSE:
The binaryUploadMaxSize properties on the ubroker.properties file is set to 0 (default value). Therefore, the binary file upload is disabled.
FIX:
Change the binaryUploadmaxSize properties on the ubroker.properties for the broker a non-zero value -1 for unlimited or the size of the large file to limit the file size for the user to download binary file. Then save the change and restart the broker.