Creating Asynchronous File Upload System Using HTML5 File API
by Sandeep Panda • April 10, 2013 • 2 Comments
Web applications can now ask users to select files and read the content of those files thanks to the File API introduced in HTML5. This tutorial explains how to create an asynchronous file upload system using the File API. Basics of File API With File API it’s possible to retrieve the files selected by...
Read more →


