Top "Fileapi" questions

Use this tag for questions related to the W3C File API.

HTML5 File API: FileReader.readAsText() returns "undefined"

I use Chrome 12 on Mac OS X and I've included jQuery 1.6.1 within the document. I try to read the contents …

javascript html filereader fileapi
Save files into selected directory (javascript)

Hello! My question is about javascript. I want to 1. ask a user to select a directory 2. then write my bunch …

javascript fileapi
How to create a File object from binary data in JavaScript

I'm probably missing something simple here, but how would I create a File object in JavaScript given the binary data …

javascript jquery ajax fileapi
Disable File drag & drop if there isn't a file input

I think the solution to this is staring me in the face, but I can't seem to find it. So, …

javascript file-upload drag-and-drop fileapi
window.URL.revokeObjectURL() doesn't release memory immediately (or not at all)?

I'm making an html interface to upload images on a server with Drag & Drop and multiple selection files. I …

javascript html fileapi
download file client-side chunk by chunk

I'm using WebRTC to send a file to a connected peer, and I'm sending the file in chunks. However, I'm …

html blob webrtc fileapi chunking
Using HTML 5 File API to load a JSON file

I want the user to be be able to chose a JSON file on there computer, this JSON file should …

json html fileapi
Decode JPEG2000 bitarray image with Javascript

I'm using HTML5 technology with the FileApi. My problem is very simple, but i'm searching since 2 days ago and I …

javascript decode dicom fileapi jpeg2000
How to write UTF-8 or Base64 data into a file (jpg/doc/pdf) on local storage(sdcard) in Phonegap

I am getting byte array like var byteArr=[12,-123,43,99, ...] from API, Then I am converting it into UTF-8 String by …

javascript cordova fileapi
HTML5 File API - slicing or not?

There are some nice examples about file uploading at HTML5 Rocks but there are something that isn't clear enough for …

html file-upload fileapi