3 Replies Latest reply on Jun 29, 2009 4:30 AM by ilya_shaikovsky

    Ajax file upload issue

      Hi,
      I'm trying to upload some file say .txt or .doc using following components <a4j:form>,<s:fileUpload>,<a4j:commandButton> but on the backend bean I'm not getting the file details, its all null. While when I tried to submit the same form without using ajax e.g. <h:form>, <s:fileUpload>,<h:commandButton> component it's allowing me to do so. Please help to resolve this issue.