On 04 Jun 2010, at 00:57, [email protected] wrote:

I want to send a form with the enctype as multipart/form-data
using the prototype ajax.request
how can I do it?

If you want file upload using Ajax, google for "AJAX file upload". You basically can't do it due to Javascript security and have to rely on either an iFrame to post the form data to or a Flash-based solution. You could also wait a couple more years until the HTML5 File API is implemented across all browsers :-)


Best regards

Peter De Berdt

--
You received this message because you are subscribed to the Google Groups "Prototype 
& script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to