Class ITHit.WebDAV.Client.UploadProgressInfo


static class ITHit.WebDAV.Client.UploadProgressInfo
Information about file upload progress.
Defined in ITHitWebDAVClient.js

Property Summary
Integer BytesUploaded
Amount of bytes successfully uploaded to server.
String Href
Item path on the server.
The date and time when the last chunk of file was saved on server side.
Total file size.

Property Details

property Integer BytesUploaded

Amount of bytes successfully uploaded to server.

property String Href

Item path on the server.

property Date LastChunkSaved

The date and time when the last chunk of file was saved on server side.

property Integer TotalContentLength

Total file size.