Max upload file size through standalone EAR application deployed in weblogic server 10.3.6
Hello,
we've a critical scenario where we want to upload a PDF file of size 50 MB or more through our EAR application deployed in Weblogic server 10.3.6
We have set up the following in web.xml file inside the WAR module of EAR application as this -
<context-param>
<param-name>uploadrepository</param-name>
<param-value>/temp/</param-value>
</context-param>
<context-param>
<param-name>maxuploadsize</param-name>
<param-value>60000000</param-value>
</context-param>
However, it still fails. Can you please help how to resolve it asap?
Appreciate your kind support.
Regards,
Saurav