var file = e.target.files[0]; // FileReader.onloadイベントに // ファイル選択時に行いたい処理を書く var reader = new FileReader(); reader.onload = function(e){ // 選択したCSVファイルから2次元配列を生成 var arr ...
A jQuery plugin that previews image very fast without needing to upload to your server. Just drag and drop it then images will be previewed. This plugin implement FileReader API so you can ...