标签: javascript fileapi
我有文件输入,我想阅读此文件并显示给用户。 通过
FileReader.readAsText(<File from input>, enconding)
我可以读取文件,但是如何检测用户文件的加入?