[Moo] Re: What about XmlHttpRequest level 2 into Mootools?

2012-06-19 Thread Donovant
Nothing?

Re: [Moo] Re: What about XmlHttpRequest level 2 into Mootools?

2012-06-19 Thread Arian Stolwijk
There is a request rewrite https://github.com/kamicane/agent But it does lack some XMLHttpRequest level 2 features, especially FormData to upload files, onprogress event etc. Also looking at http://www.html5rocks.com/en/tutorials/file/xhr2/ there are some really nice features there. On Tue, Jun

Re: [Moo] Re: What about XmlHttpRequest level 2 into Mootools?

2012-06-19 Thread mooyah
I wrote an extender to the FancyUploader that uses FormData and XHR level 2. It is working well in our production environment, but could certainly use some work. https://github.com/mooyah/digitarald-fancyupload/blob/master/source/FancyUpload3.Attach.js#L224 On Tuesday, June 19, 2012 3:40:56