News

fread - js file reader fread is a tiny javascript library that allows you to display uploaded files via the FileReader API (currently only CSV and Image files). It has no external dependencies.
This is simple ajax file reader javascript library which read data from csv (Comma Separated Values) file and return into JSON format.
FileReader will make it possible to perform sophisticated client-side processing on the content of local files without having to first upload them to a server.