Re: File upload and AJAXized forms

2009-06-07 Thread Joost Schouten (mailing lists)
:23 PM, DH wrote: > I remembered it seems that file uploading is not supported by XHR. > > DH > > - Original Message - > From: "Hugo Palma" > Sent: Monday, June 08, 2009 2:46 AM > Subject: Re: File upload and AJAXized forms > > >> I've create

Re: File upload and AJAXized forms

2009-06-07 Thread DH
I remembered it seems that file uploading is not supported by XHR. DH - Original Message - From: "Hugo Palma" Sent: Monday, June 08, 2009 2:46 AM Subject: Re: File upload and AJAXized forms > I've created an issue for this ( > https://issues.apache.org/jira/b

Re: File upload and AJAXized forms

2009-06-07 Thread Hugo Palma
I've created an issue for this ( https://issues.apache.org/jira/browse/TAP5-638) You can vote for it if you want it fixed. 2009/6/7 grabarz > hi, > is it possible to use tapestry-upload with form submitted by XHR? i was > trying to use uploading in such a form, but no success. deeper digging >

File upload and AJAXized forms

2009-06-07 Thread grabarz
hi, is it possible to use tapestry-upload with form submitted by XHR? i was trying to use uploading in such a form, but no success. deeper digging pointed me to MultipartServletRequestFilter. in the following code: public boolean service(HttpServletRequest request, HttpServletResponse response, H