0 Replies Latest reply on Jul 3, 2005 10:17 AM by dpocock

    is multipart/form-data meant to work?

    dpocock



      I am trying file upload in a struts application

      It works fine in regular struts

      When I access the application through the struts bridge, the property myFile in my ActionForm is null.

      In fact, when the enctype is multipart/form-data, none of the properties from the web form are available in the ActionForm - they are all null