this will not work, you cant submit multipart with ajax as far as i know
On 6/13/07, diego <[EMAIL PROTECTED]> wrote:
> I have a form inside a ModalWindow, it has a FileUploadField. When I
> submit the form I get the exception "java.lang.IllegalStateException:
> ServletRequest does not contain mul
I have a form inside a ModalWindow, it has a FileUploadField. When I
submit the form I get the exception "java.lang.IllegalStateException:
ServletRequest does not contain multipart content"
It makes sense, because the request sent is not of the type
"multipart/..." but instead "application/x-w