- PCのファイルは、ドラッグ&ドロップあるいは <input type="file"> でアクセスできる。
- この例では、選択したファイル、あるいはドロップしたファイルを読み込む。
- Select a file :
- ffox37, crome41, opera28, Edge20 : works except code conversion to UTF-8.
- IE, safari517 : not works
- ffox37, crome41, opera28 : works.
- Edge20 : drop unavailable.
- IE, safari517 : opens the file as a new web page.
Drop files here ! / ファイルをドロップする領域
cf. Server 側のファイルを読み込む例 : ==> fileRead1.html