-
Notifications
You must be signed in to change notification settings - Fork 1.4k
QueueProgress
Davit Barbakadze edited this page Feb 2, 2017
·
16 revisions
Important! This page is auto-generated from the comments in the source files. All changes will be overwritten! If you are looking to contribute, modify the comment in the corresponding source file instead.
### [QueueProgress()](/moxiecode/plupload/blob/master/src\plupload.js#L2372 "Defined at: src\plupload.js:2372")Constructs a queue progress.
## Properties ### [size](/moxiecode/plupload/blob/master/src\plupload.js#L2381 "Defined at: src\plupload.js:2381") #####Total queue file size.
### [loaded](/moxiecode/plupload/blob/master/src\plupload.js#L2389 "Defined at: src\plupload.js:2389") #####Total bytes uploaded.
### [uploaded](/moxiecode/plupload/blob/master/src\plupload.js#L2397 "Defined at: src\plupload.js:2397") #####Number of files uploaded.
### [failed](/moxiecode/plupload/blob/master/src\plupload.js#L2405 "Defined at: src\plupload.js:2405") #####Number of files failed to upload.
### [queued](/moxiecode/plupload/blob/master/src\plupload.js#L2413 "Defined at: src\plupload.js:2413") #####Number of files yet to be uploaded.
### [percent](/moxiecode/plupload/blob/master/src\plupload.js#L2421 "Defined at: src\plupload.js:2421") #####Total percent of the uploaded bytes.
### [bytesPerSec](/moxiecode/plupload/blob/master/src\plupload.js#L2429 "Defined at: src\plupload.js:2429") #####Bytes uploaded per second.
## Methods ### [reset()](/moxiecode/plupload/blob/master/src\plupload.js#L2437 "Defined at: src\plupload.js:2437") #####Resets the progress to its initial values.