Hi, Pete ...
In my web.xml by default I don't reference the MultipartFilter like in MyFaces. I put
this about the Upload, no more ... :
| ...
| <context-param>
| <param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_MEMORY</param-name>
| <param-value>2048000</param-value>
| </context-param>
| <context-param>
|
<param-name>org.apache.myfaces.trinidad.UPLOAD_MAX_DISK_SPACE</param-name>
| <param-value>20480000</param-value>
| </context-param>
| ...
|
Am I forgot anything related with Trinidad's Upload Component ? Is a very strange
situation, because I have a project with MyFaces 1.1.4 and Trinidad 1.0.0 on JBoss 4.0.5
.. and works successfully ..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064138#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...