> 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
