Oracle Weblogic Server (MOSC)

MOSC Banner

Max upload file size through standalone EAR application deployed in weblogic server 10.3.6

edited Apr 17, 2019 1:33AM in Oracle Weblogic Server (MOSC) 3 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center