Hi,
I´m using AjaxFileUpload to upload several files at same time to the server.
My problem is:
Suppose that I´m uploading four files. On each file uploaded, AjaxFileUpload fires the event "uploadcomplete".
In this way, the event "uploadcomplete" will be fired four times.
How can I know what is the last event ?
I must run an especific code after the fourth "uploadcomplete" and I don´t know how ...
Anyone could help me ?