I'm trying to submit a multi-part form in a web application running in JBossAS 7.1 Final (standalone configuration). It works for relatively small files, but it doesn't work with larger image files.
The data is never uploaded to the server. I've found a past issue with JBoss along the same lines, and they set a connector's packet size attribute in a server config file to solve the problem.
I don't see a similar parameter in standalone.xml. Does anyone know where this can be adjusted?
I am also facing the same issue in our application. Values are defaulted to 1MB for file level and 10MB for the request.
If the above issue resolved for you kindly let me know the configuration or the adjustment in standlone.xml to fix this issue.