Currently the only way is getting updates on the upload status regularly from the server, or do the same via Flash. Actually, the only way to upload multiple files at the moment is using Flash, have you seen the YUI Uploader?
http://developer.yahoo.com/yui/uploader/ On Nov 24, 12:21 am, cambazz <[EMAIL PROTECTED]> wrote: > Hello, > > I am looking for a cross browser solution to file upload with commons > file upload. With the commons file upload, one may also make a > progress meter. > > I have used forms plugin and got a hold of xhr object. I can cancel > the download at anytime. > > How can I monitor the result of the ajax post while the post is being > made? by specifing a target: '#progressDir' I can get the result after > the post is done, but I have found no other solutions. > > Best Regards, > -C.B.