Rank: Member Groups: Member
Joined: 5/12/2009 Posts: 10
|
Hi there. I am using the Ajax uploader object and wanted to know how I can change the 'time remaining' parameter in the progress dialog to measure in 'minutes' rather than 'seconds'. Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe you need to do that with JavaScript. You would need to handle the uploader's ClientSideOnProgress event and then call the uploader's getEstimiatedSecondsRemaining method to get the time remaining. You can then display it whatever way you would like.
Thanks!
|