Oh!! that's great ;) I'll start using and, of course, I'm awayting for the official MooTools implementation.
Thank you Arian (havent changed name into Adrian right? :P) -- Andrea On Mon, Oct 10, 2011 at 15:09, Arian Stolwijk <[email protected]> wrote: > 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 >> > >
