Hi,
I have created simple portlet using caf and used File Input control for upload file. And trying to upload large file, more than 20MB files.
When I upload more than 20MB size file, receiving error like Request exceeds maxRequestSize (20971520) from the portlet.
And here is the web.xml content - I have increased the MAX_UPLOAD_DISK_SIZE param value to 30 MB.
Handles multipart form POSTs (file uploads); required by FileInput control.
Multipart Filter
com.webmethods.caf.faces.servlet.MultipartFilter
Max allowed upload size in bytes (defaults to "10 MB").
MAX_UPLOAD_DISK_SIZE
30 MB
Looks like, its not taking the value from web.xml.
Could you please help me, what other parameters I should change in order to upload more than 20 MB file?
Thanks,
Venkat
#MWS-CAF-Task-Engine#webMethods#webMethods-BPMS