New posts in fileapi

restrict file upload selection to specific types

HTML5 File API downloading file from server and saving it in sandbox

What is the max number of files to select in an HTML5 [multiple] file input?

Large file upload with WebSocket

How can I draw an image from the HTML5 File API on Canvas?

Writing file to desktop using HTML5 FileSystem API

How to create File object from Blob?

Convert base64 png data to javascript file objects

Adding UTF-8 BOM to string/Blob

In Javascript, when opening a file via an "input file" button, is the entire file read into memory

How to convert dataURL to file object in javascript?

Getting Image Dimensions using Javascript File API

Getting byte array through input type = file

Getting binary (base64) data from HTML5 Canvas (readAsBinaryString)

How to download a file without using <a> element with download attribute or a server?

How to upload and list directories at firefox and chrome/chromium using change and drop events

Remember and Repopulate File Input [duplicate]

Blob from DataURL?

How to get a file or blob from an object URL?

How do I download a file with Angular2 or greater