Hi,
After a file is successfully uploaded, there is a HTML table shown on screen with the name of the file and a green mark to show it was uploaded.
I would like to :
update this table BEFORE the OnFileUploaded event is fired, so I guess I should use CuteWebUI_AjaxUploader_OnPostback.
Problem :
How do I find in this event, the name of the file that the postback is for ? If there are multiple files, there will be multiple postbacks and therefore I don't know which row in the table I should update. Do I have to keep track of that myself ?
Thanks