JavaScript HTML5 File Reader

    JavaScript HTML5 File Reader

    This object can read files user selected with the FileReader API.It creates an invisible file form input on the page to let the user select one or more local files.The object uses the HTML5 FileReader API to retrieve the contents of the files the user picked.A given callback function when each of the selected files is loaded.

    Tags:

    Leave a Reply