Matthew Broadhead created MYFACES-4081:
------------------------------------------
Summary: h inputFile size limit
Key: MYFACES-4081
URL: https://issues.apache.org/jira/browse/MYFACES-4081
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 2.2.3
Environment: TomEE 7.0.2
Reporter: Matthew Broadhead
h inputFile seems to be limited to a file size of around 1MB. no error is
thrown if file exceeds this size. javascript console shows
net::ERR_CONNECTION_RESET
i have tried changing these settings
{code:xml}
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>1</load-on-startup>
<multipart-config>
<max-file-size>20848820</max-file-size>
<max-request-size>418018841</max-request-size>
<file-size-threshold>1048576</file-size-threshold>
</multipart-config>
</servlet>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)