Do you have these settings in your Web.xml for your ajax4jsf or other filter ?
<init-param>
<param-name>createTempFiles</param-name>
<param-value>true</param-value>
</init-param>
<init-param>
<param-name>maxRequestSize</param-name>
<param-value>1000000000</param-value>
</init-param>
If this does not work, Please post your Web.xml
I already have those parameters set
I've attached my web.xml
Thanks for your help
Johan,
What file type are you trying to upload?
Have you set the acceptedtypes on the component, such as here: http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/rich_fileUpload.html
Hi Ken,
I am trying to upload an XML file, and I have set the acceptedtypes attribute to "xml"
Is there anything wrong with that?
Thanks