Wednesday, June 15, 2022

Af:InputFile-File upload csv file size increasing in web.xml file setting parameter

Af:InputFile-File upload csv file size increasing in web.xml file setting parameter

 web.xml

<!--Added by Naren on 16/06/2022 -->

     <context-param>

        <description>Increased size of the Upload file</description>

        <param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE</param-name>

        <param-value>20971520</param-value>

    </context-param>

    <!-- added by Naren 16/06/22 -->