HTML5 File API: Difference between revisions
Appearance
Content deleted Content added
m →External links: update links |
No edit summary |
||
Line 2: | Line 2: | ||
==See also== |
==See also== |
||
* |
*[[File select]] |
||
* |
*[[HTML5]] |
||
* |
*[[W3C Geolocation API]] |
||
* |
*[[Binary Large Object]] |
||
* |
*[[HTML5 in mobile devices]] |
||
==References== |
==References== |
||
Line 16: | Line 16: | ||
==External links== |
==External links== |
||
* |
*[https://www.streamingvideoprovider.com/blog/html5-video-player-news.html HTML5 Video Player] |
||
* W3C [https://www.w3.org/TR/FileAPI/ File API] |
|||
{{Web interfaces}} |
{{Web interfaces}} |
||
{{DEFAULTSORT:Html5}} |
{{DEFAULTSORT:Html5}} |
||
<!-- Categories --> |
|||
[[Category:HTML5]] |
[[Category:HTML5]] |
Revision as of 23:54, 26 July 2018
HTML5 File API aspect provides an API for representing file objects in web applications and programmatic selection and accessing their data. In addition, this specification defines objects to be used within threaded web applications for the synchronous reading of files. The File API describes how interactions with files are handled, for reading information about them and their data as well, to be able to upload it. Despite the name, the File API is not part of HTML5.
See also
References
- HTML5 File Writer API
- HTML5 File API
- Reading local files in JavaScript
- A state of limbo: the html5 file api, filereader, and blobs
- Geolocation API