Tracking upload progress

Hello all,

I use API to upload file, and now i want to track the upload progress like upload file in KMC. Is there any method to do that?

thanks.

Hello,

Please take a look at:
http://kaltura.github.io/jQuery-File-Upload/

Hi jess,
Now I am using c# api, Jquery can not work…
I used uploadToken to upload. KalturaUploadToken has a property named uploadedFileSize , but I found it is not update durning file upload… how to update it ? or some more easier methods ?

thanks

by the way
in uploadToken.upload() ,what does the parameters ‘resume’ ‘finalChunk’ ‘resumeAt’ mean? there are not more infomation in the doc.