-
Notifications
You must be signed in to change notification settings - Fork 1.4k
File
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.
### [File(file)](/moxiecode/plupload/blob/master/src/plupload.js#L2157 "Defined at: src/plupload.js:2157")Constructs a new file instance.
Arguments
-
file
Object
Object containing file properties-
name
String
Name of the file. -
size
Number
File size.
-
name
File id this is a globally unique id for the specific file.
### [name](/moxiecode/plupload/blob/master/src/plupload.js#L2182 "Defined at: src/plupload.js:2182")File name for example "myfile.gif".
### [type](/moxiecode/plupload/blob/master/src/plupload.js#L2190 "Defined at: src/plupload.js:2190")File type, e.g image/jpeg
File size in bytes (may change after client-side manupilation).
### [origSize](/moxiecode/plupload/blob/master/src/plupload.js#L2206 "Defined at: src/plupload.js:2206")Original file size in bytes.
### [loaded](/moxiecode/plupload/blob/master/src/plupload.js#L2214 "Defined at: src/plupload.js:2214")Number of bytes uploaded of the files total size.
### [percent](/moxiecode/plupload/blob/master/src/plupload.js#L2222 "Defined at: src/plupload.js:2222")Number of percentage uploaded of the file.
### [status](/moxiecode/plupload/blob/master/src/plupload.js#L2230 "Defined at: src/plupload.js:2230")Status constant matching the plupload states QUEUED, UPLOADING, FAILED, DONE.
### [lastModifiedDate](/moxiecode/plupload/blob/master/src/plupload.js#L2239 "Defined at: src/plupload.js:2239")Date of last modification.
## Methods ### [getNative()](/moxiecode/plupload/blob/master/src/plupload.js#L2247 "Defined at: src/plupload.js:2247")Returns native window.File object, when it's available.
### [getSource()](/moxiecode/plupload/blob/master/src/plupload.js#L2258 "Defined at: src/plupload.js:2258")Returns mOxie.File - unified wrapper object that can be used across runtimes.
### [destroy()](/moxiecode/plupload/blob/master/src/plupload.js#L2271 "Defined at: src/plupload.js:2271")Destroys plupload.File object.