[jQuery] file uploads and progress monitoring
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.