Atozed Forums

Full Version: iwfileuploader Drag-Drop count of files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can the IwFileUploader be modfied to capture the number of files that are DRAGGED & DROPPED so that the OnFileUploadSuccess event can
extract from the event params which file number it is processing. Even better would be something like

TotalFileCount=6
CurrentFileNumber=3

This way the program knows when the last file has been uploaded.

Bill B