1 Reply Latest reply on May 15, 2007 3:45 AM by theute

    Struts Portlet Fileupload?

    littlefish

      How to upload a file in JBoss Portal with Struts Bridge??

      --jsp--
      <html:form action="fileupload" method="post" enctype="multipart/form-data" >
      <html:file property="file"/>
      </html:form>

      the upper code is work in struts, but not work in struts bridge!
      Any one know how to make it works?
      THX!