Documentation

UI/Uploader/ProgressObject

From jQuery JavaScript Library

Jump to: navigation, search

« Back to UI/Uploader

ProgressObject( options )

Contains progress information about a file. This object is passed with some of the callback functions.

Arguments:
optionsOptions
A set of key/value pairs that provide information about the current file progress.

Options:
NameType
cbDonefloat
Current File: Bytes allready processed.
cbTotalfloat
Current File: Filesize.
cbRemainfloat
Current File: Bytes remaining.
ctStartinteger
Current File: Starttime (Unix Timestamp).
ctBusyinteger
Current File: Milliseconds allready processing.
cbSpeedfloat
Current File: Calculated speed.
ctRemaininteger
Current File: Calculated Seconds remaining.
cProgressinteger
Current File: Current progress (0-100).
qIndexinteger
Current Queue: Current index.
qCountinteger
Current Queue: length of queue (ammount of items).
qbDoneFloat
Current Queue: Bytes allready processed.
qbTotalFloat
Current Queue: Size of all files in the current queue.
qbRemainFloat
Current Queue: Bytes remaining.
qtStartinteger
Current Queue: Starttime.
qtBusyinteger
Current Queue: Milliseconds allready processing.
qbSpeedFloat
Current Queue: speed.
qtRemaininteger
Current Seconds remaining.
qProgressinteger
Current queue: Current progress (0-100).