I have the SWFUpload progress bar working on a per file basis, but I would like a progress bar for the entire queue, so you can see your overall progress. Is this possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Go to handlers.js file and declare two global variables. This is just the idea to start with. You need to add some other code to check UploadError and Exception to reduce remainingFiles value.
Update fileDialogComplete function as follow
In uploadProgress function, add this.