Package | ardisia.components.htmlDragDrop.data |
Class | public class HtmlDragDropFile |
Inheritance | HtmlDragDropFile Object |
Property | Defined By | ||
---|---|---|---|
data : ByteArray
The file's data in ByteArray format. | HtmlDragDropFile | ||
lastModifiedDate : Date
The date the file was last modified. | HtmlDragDropFile | ||
name : String
The file's name. | HtmlDragDropFile | ||
size : Number
The file's size in bytes. | HtmlDragDropFile | ||
type : String
The file's mime type. | HtmlDragDropFile |
Method | Defined By | ||
---|---|---|---|
HtmlDragDropFile(name:String = null, size:Number, type:String = null, lastModifiedDate:Date = null) | HtmlDragDropFile |
data | property |
public var data:ByteArray
The file's data in ByteArray format.
The default value is null
.
lastModifiedDate | property |
public var lastModifiedDate:Date
The date the file was last modified.
The default value is null
.
name | property |
public var name:String
The file's name.
The default value is null
.
size | property |
public var size:Number
The file's size in bytes.
The default value is null
.
type | property |
public var type:String
The file's mime type.
The default value is null
.
HtmlDragDropFile | () | Constructor |
public function HtmlDragDropFile(name:String = null, size:Number, type:String = null, lastModifiedDate:Date = null)
name:String (default = null )
| |
size:Number (default = NaN )
| |
type:String (default = null )
| |
lastModifiedDate:Date (default = null )
|