2 Replies Latest reply on Apr 7, 2008 1:36 PM by carstenrudat

    Fileupload with Portal 2.6.4?

      Hi all,

      is there a working configuration for a fileupload?

      I tried tomahawk, richfaces and seam fileupload, but none of them works.

      I added a enctype="multipart/form-data" to my form and tried to add the org.jboss.seam.web.MultipartFilter to my web.xml.
      Without the listener, I debugged that the MulitpartFilter has been called, but the "isMultipartRequest"-method returned false...

      Is this a working issue?

      Carsten