thanks for answering I just want to do something similar like a file upload in jquery without the action form, and then pass to a php where I get $_FILES(), but in mootools
On 20 jul, 17:43, Sanford Whiteman <[email protected]> wrote: > > I know that ajax is not for uploading files also I dont want to use > > plugins > > If you rule out plugins (Flash/Java), then you need to have FormData > and/or File API support in the browser or post to an IFRAME. > > Check http://mootools.net/forge/p/form_upload in the Forge. But I > think you need to do a little more Googling and get a handle on the > underlying tech before thinking about MooTools abstraction. The Ajax > binary upload stuff is quite new and, IME, you want to be ready to > understand and report browser bugs. > > -- Sandy
