Jump to content

HTML5 File API: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
See https://en.wikipedia.org/wiki/HTML5#New_APIs
Line 17: Line 17:
==External links==
==External links==
* W3C [http://dev.w3.org/html5/spec/Overview.html HTML5]
* W3C [http://dev.w3.org/html5/spec/Overview.html HTML5]
* W3C [http://dev.w3.org/2006/webapi/FileAPI/ File API Editor's Draft]
* W3C [http://www.w3.org/TR/FileAPI/ File API]


{{Web interfaces}}
{{Web interfaces}}

Revision as of 00:18, 1 November 2015

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

  1. HTML5 File Writer API
  2. HTML5 File API
  3. Reading local files in JavaScript
  4. A state of limbo: the html5 file api, filereader, and blobs
  5. Geolocation API