Package | Description |
---|---|
org.vectomatic.dnd |
Classes to provide support for drag and dropping files.
|
org.vectomatic.file |
Classes to provide abstraction of the W3C File API.
|
org.vectomatic.file.impl |
Implementation package for the W3C File API interface defined in the
org.vectomatic.file package.
|
Class and Description |
---|
FileList
An object of this type is returned by the files property of the HTML input element;
this lets you access the list of files selected with the <input type="file"> element.
|
Class and Description |
---|
Blob
A Blob object represents a file-like object of raw data.
|
ErrorCode
Constants to represent error that occurs while using the
FileReader interface. |
File
The File object provides information about and access to the contents of
files.
|
FileError
Represents an error that occurs while using the
FileReader interface. |
FileList
An object of this type is returned by the files property of the HTML input element;
this lets you access the list of files selected with the <input type="file"> element.
|
FileReader.State
Enum to represent FileReader state constants.
|
FileUploadExt
FileUpload widget with support for multiple files.
|
Class and Description |
---|
Blob
A Blob object represents a file-like object of raw data.
|
File
The File object provides information about and access to the contents of
files.
|
FileError
Represents an error that occurs while using the
FileReader interface. |
FileReader
The
FileReader object lets web applications
asynchronously read the contents of files (or raw data buffers) stored on the
user's computer, using File or
Blob objects to specify the file or data to read. |
Copyright © 2017. All Rights Reserved.