HTML5 File API: Difference between revisions
Appearance
Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5 |
→External links: removed single external link: unrelated to page content (possible linkspam) |
||
Line 38: | Line 38: | ||
# [http://diveintohtml5.org/geolocation.html Geolocation API] {{Webarchive|url=https://web.archive.org/web/20110923144436/http://diveintohtml5.org/geolocation.html |date=2011-09-23 }} |
# [http://diveintohtml5.org/geolocation.html Geolocation API] {{Webarchive|url=https://web.archive.org/web/20110923144436/http://diveintohtml5.org/geolocation.html |date=2011-09-23 }} |
||
==External links== |
|||
*[https://www.streamingvideoprovider.com/blog/html5-video-player-news.html HTML5 Video Player] |
|||
{{Web interfaces}} |
{{Web interfaces}} |
Latest revision as of 16:44, 27 May 2025
Status | W3C Working Draft |
---|---|
Year started | 18 October 2006 |
First published | 18 October 2006 |
Organization | W3C |
Committee | Web Applications Working Group (WAWG) |
Editors |
|
Base standards |
|
Related standards | Web Workers |
Domain | File system |
Website | www |
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
[edit]References
[edit]- 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 Archived 2011-09-23 at the Wayback Machine