In the igupload control, you are able to display a summary area. It contains overall bulk upload status and a done button.
By question is about the Done button:
Thanks
Actually, upon further inspection, the check mark associated to each file is not turning green. Is that the problem? What prevents that from turning green?
I do have a custom handler on the server side to ensure the files being uploaded to write over each other.
Well, after more investigation, this appears to be your normal control behavior.
The problem is that this UI confuses our end users. They feel the done button should be enabled so that it can be pressed when done uploading.
Is there an event called to let me know when all files have been uploaded?