Advertise here

jQuery Plugins Tagged ‘HTML5 File API’

FileSaver.js – HTML5 FileSaver Implementation

November 29, 2021     1108     HTML5
FileSaver.js – HTML5 FileSaver Implementation

FileSaver.js is a javascript library for saving files on the client-side in all modern browsers. It is perfect for web apps that generates files on the client.

Read More »

Creating Line-by-Line File Reader Using HTML5 and JavaScript

August 11, 2014     2406     HTML5 Form Elements
Creating Line-by-Line File Reader Using HTML5 and JavaScript

A tutorial about reading files line by line in browser using the HTML5 FileReader API and javascript.

Read More »

Flow.js – Multiple Simultaneous, Stable and Resumable Uploads

June 25, 2014     7332     HTML5 Form Elements
Flow.js – Multiple Simultaneous, Stable and Resumable Uploads

Flow.js is a JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.

Read More »

Resumable.js – Javascript Library for Multiple Simultaneous, Stable and Resumable Uploads

January 16, 2014     3310     HTML5 Others
Resumable.js – Javascript Library for Multiple Simultaneous, Stable and Resumable Uploads

Resumable.js is a JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API.

The library is designed to introduce fault-tolerance into the upload of large files through HTTP. It allows for users to pause, resume and even recover uploads without losing state.

Read More »

Wordcount.js – Calculate File Newlines, Word and Byte Counts with JavaScript

January 04, 2014     1450     HTML5 Text & String
Wordcount.js – Calculate File Newlines, Word and Byte Counts with JavaScript

WordCount.js is a client-side JS library that counts bytes, words, lines chars, and calculates the longest line of a file. This library utilized the HTML5 File API.

Read More »