File Upload Progress Bar without using AJAX
I have a standard multi-part form that uploads a file to a remote URL,
which responds with redirect header.
Because the page loads from www.site-a.com & the form posts to
www.site-b.com, I can't use the usual ajax.form submission process.
Is there a way to monitor the current upload progress directly from the
browser with jQuery?
No comments:
Post a Comment