Ultimate Uploader v1.6
JavaScript File object
  Home page
Contact support

File object

Property name Type and acceptable values Description
Id string Unique identifier.
FileName string Name of file.
FileLength long Size of file on bytes.
BytesUploaded long Count of uploaded bytes.
UploadPercent int Current upload percent.
ServerResponse string Response from server.
ErrorMessage string Error message string (if any).
Status

integer

0-Pending
1-Uploading
2-Preparing
3-Complete
4-Error
5-Stopped
6-Removed

File status.