I\'m uploading multiple files via XmlHTTPRequest and HTML5. I have the uploading working fine, but I would like to have a progress bar for each file upload going on. The c
I think I found a solution for this problem. It looks working on some of my tests. I'm not very good at english thus I'll just share my sample script. If you ask any question, I'll try to explain more :)
// This is input object which type of file.
var uploader = document.getElementById("fileUploader");
// We'll send a new post for each file.
for(var i=0, j=uploader.files.length; i