First Draft of File API Published

Author(s) and publish date

Published:

The Web Applications Working Group has published the First Public Working Draft of File API. This specification provides an API for representing file objects in web applications, as well as programmatically selecting them and accessing their data. This API is designed to be used in conjunction with other APIs and elements on the web platform, notably: XMLHttpRequest (e.g. with an overloaded send() method for File objects), postMessage, DataTransfer (part of the drag and drop API defined in [HTML5,]) and Web Workers. Additionally, it should be possible to programmatically obtain a list of files from the input element [HTML5] when it is in the File Upload state. These kinds of behaviors are defined in the appropriate affiliated specifications. Learn more about the Rich Web Client Activity.

Related RSS feed