1 Reply Latest reply on Jan 12, 2008 10:45 AM by matt.drees

    Large file uploading <s:fileUpload>

    kaviarasu

      Hi i want upload a big file of 30mb to 40 mb
      how to upload a big file using this component
      <s:fileUpload>

      in components.xml i changed like this
      <web:multipart-filter create-temp-files="true"
      max-request-size="9999999999"
      url-pattern="*.seam"/>
      <web:context-filter url-pattern="/content/*"/>


      Could not create Component: org.jboss.seam.web.multipartFilter


      how to upload using this component