Rank: Member Groups: Member
Joined: 7/1/2007 Posts: 17
|
I am trying to track the total elapse time it takes for the user using AJAXUploader. I would like to store the start time by using the Upload button event and store the end time by using the FileUploaded Event to calculate the elapse time.
I have edited the layout template and added the UploadButton event as well as trying the OnClientClick client event. Nothing seems to work for me.
Can you please let me know what I should do?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Tommy,
You can handle ClientSideOnProgress event. As soon as that event is called you can consider the uploader has started. You can then use that together with FileUploaded event to calculate the elapse time.
Thanks
|