HTML

FacebookTwitter
http://docs.aws.amazon.com/AmazonS3/latest/gsg/GetStartedWithS3.html

Amazon Simple Storage Service

Amazon Simple Storage Service (Amazon S3) is storage for the internet. You can use Amazon S3 to store and retrieve any amount of data at any time, from anywhere on the web. You can accomplish these tasks using the AWS Management Console, which is a simple and intuitive web interface. This guide introduces you to Amazon S3 using the AWS Management Console to complete the tasks shown in the following figure: To start, click the following Get Started button.
Abstract This specification provides an API for representing file objects in web applications, as well as programmatically selecting them and accessing their data. This includes: A FileList interface, which represents an array of individually selected files from the underlying system. The user interface for selection can be invoked via <input type="file"> , i.e. when the input element is in the File Upload state [ HTML ] . A Blob interface, which represents immutable raw binary data, and allows access to ranges of bytes within the Blob object as a separate Blob . http://www.w3.org/TR/FileAPI/

File API

A vocabulary and associated APIs for HTML and XHTML Editor's Draft 26 March 2013 Latest Published Version: http://dev.w3.org/html5/spec/Overview.html

HTML5