Category Archives: JavaScript

Accessing local files from a web browser using HTML5 File API

HTML5 introduced a standard interface called File API which lets programmers access meta-data and read contents of local files selected by a user. The selection is typically done using input element but the recent browsers also allow using drag and … Continue reading

Posted in HTML, JavaScript | Tagged , , | 1 Comment