Menu

ajax:submit and a form enctype multipart

2010-11-03
2013-01-31
  • vincent le texier

    Hello Everyone,
    I am using ajax-submit on an enctype 'multipart/form-data' form.
    By checking the mutiplipart Content of my request in my servlet (ServletFileUpload.isMultipartContent(request)) it always returns false.
    Does it means AJAX does not allow enctype form ? is there any solutions to this problem ?
    Thanks in advance
    Vincent

     

Log in to post a comment.