FileReader.js : lightweight wrapper for the JavaScript FileReader interface

    FileReader.js : lightweight wrapper for the JavaScript FileReader interface

    A lightweight wrapper for the JavaScript FileReader interface.FileReader is a JavaScript interface that allows you to read local files as binary. This is available in supported browsers when a user drags and drops files into a browser window or selects files from an input with a type of file.

    FileReader.js does not require any other libraries. If you do use jQuery, there is a small plugin wrapping up the functionlity though!

    Leave a Reply