Welcome Guest Search | Active Topics | Sign In | Register

How to track the total elapse time using AJAXUploader Options
Tommy Kan
Posted: Sunday, October 28, 2007 10:05:27 PM
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
eo_support
Posted: Sunday, October 28, 2007 10:24:18 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.