[jQuery] Jquery Forms plugin and fileupload
Hello,
I am using the file upload capacities of the form plugin successfully.
However I could not find how to do two things.
The first one, is how can one cancel an upload while upload is in
progress.
The second one is the progress indicator. I am using commons file
upload, so I can calculate how much of file is left, and I can append
this to servlets output.
However, I could not figure out how to get this servlets output and
turn it into a progress bar, using the form plugin.
Best Regards,
-C.B.