I used FormData for a upload plugin: https://github.com/arian/mootools-form-upload/blob/master/Source/Request.File.js
It's a bit ugly because it has to change some stuff in the 'send' method, but it works pretty well. Hopefully we'll use FormData directly in future version of MooTools :). On Mon, Oct 10, 2011 at 3:03 PM, Andrea Dessì <[email protected]> wrote: > Hi all, > > are there any way of using the the Moo Request Class with a FormData ? > ( > http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overview.html#interface-formdata > ) > > I'd like to add files and then send the form with the formData interface > keeping > the Request events and options. > > Any idea? :) > > Thanks, > Andrea >
