The complete source code, a demo of the local text viewer implementation, and a detailed explanation on handling character encodings (Shift_JIS) are available in the following blog post. [JavaScript] ...
A new JavaScript API aims to facilitate limited local filesystem access in Web applications. A draft that documents the new API, authored by Mozilla’s Arun Ranganathan, has been submitted to the World ...
FileReaderを使用するとローカルに存在するファイルの内容を非同期で読み込むことができる →webアプリケーションで、ユーザーがDBに保存する等、本来は画像データをサーバーに送らなければなんの画像かわからないが、FileReaderを使用すればサーバーに ...