Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fileapi

Html5 File Api - Slicing Or Not?

There are some nice examples about file uploading at HTML5 Rocks but there are something that isn&#… Read more Html5 File Api - Slicing Or Not?

Why Did Ie9 Leave Out Support For The File Api And The Multiple Attribute On File Inputs?

Why did IE9 leave out support for the File API and the multiple attribute on file inputs? Chrome, F… Read more Why Did Ie9 Leave Out Support For The File Api And The Multiple Attribute On File Inputs?

How To Get Progress When Uploading File Via Xmlhttprequest

I am wondering how to get the progress of a file upload using XMLHTTPRequest. In Firefox the onprog… Read more How To Get Progress When Uploading File Via Xmlhttprequest

Html5 And Amazon S3 Multi-part Uploads

Is it possible to use the HTML 5 File API (for example, this library: https://github.com/23/resumab… Read more Html5 And Amazon S3 Multi-part Uploads

Android Html5 Fileapi Can I Read File From Sd Card?

Is there a way for Website to read certain file from Android SDCard (i know that this file exist on… Read more Android Html5 Fileapi Can I Read File From Sd Card?

Readasdataurl() Doesn't Work

I was trying to implement a Drag n' Drop feature in my website. I need to convert the dropped i… Read more Readasdataurl() Doesn't Work

Html5 File Api Always Returns Datauri Of [object File]. What Am I Doing Wrong?

Today I have been attempting to make a thumbnail up loader which uses drag and drop and the file AP… Read more Html5 File Api Always Returns Datauri Of [object File]. What Am I Doing Wrong?

How To Load The Contents Of A Local Text File By Name Using Javascript And Html 5?

Working in Chrome, loading a local html or JS file. I found many examples of how to load a file tha… Read more How To Load The Contents Of A Local Text File By Name Using Javascript And Html 5?