public class File extends Blob
FileList
object returned as a result of a user
selecting files using the input element, or from a drag and drop operation's
DataTransferExt
object.Modifier | Constructor and Description |
---|---|
protected |
File() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JsDate |
getLastModifiedDate()
The last modified date of the file.
|
String |
getName()
The name of the file referenced by the File object.
|
createObjectURL, getSize, getType, revokeObjectURL, slice, slice, slice, slice
public final String getName()
public final com.google.gwt.core.client.JsDate getLastModifiedDate()
Copyright © 2017. All Rights Reserved.