3 Replies Latest reply on Jun 2, 2009 3:16 PM by kapitanpetko

    rich:fileUpload - Null Value

    israel.bgf
      I've searched in the forum, found some issues but I still didnt get it right. How can i make the rich:fileUpload works with Seam 2.1.1?

      Does i need to use this?

      <component class="org.jboss.seam.servlet.MultipartConfig">
          <property name="createTempFiles">true</property>
          <property name="maxRequestSize">1000000</property>
      </component>     

      Or is it?

      <web:multipart-filter create-temp-files="true" max-request-size="1000000" url-pattern="*.seam"/>

      Or is something in the web.xml?

      Thanks in advance.

      Israel