I am trying to calculate the total percentage of the queue in uploadify,
The onProgress built-in function returns the following:
onProgress
percentage
bytesLoaded
allBytesLoaded
speed
At first I thought the 'percentage' would return the total percentage of the queue. However I later found out that it only returns the percentage of the item of which is being uploaded.
So my question is, can I calculate the total percent of all files and get the total of which has been uploaded?
Please help