Documentation

UI/Uploader/DataObject

From jQuery JavaScript Library

Jump to: navigation, search

« Back to UI/Uploader

DataObject( options )

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

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

Options:
NameType
idstring
Interl ID used by the Flash Queue.
namestring
Filename.
typestring
Mimetype.
sizefloat
Filesize.
ctimeinteger
Creation time.
mtimeinteger
Modification time.
creatorstring
Creator of the file.