Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jasny 会将图像上传到我的服务器吗?还是本地文件?如果是本地文件,是否意味着我们的浏览器可以访问我们的私有文件?
预览是使用FileReader对象在客户端生成的。
reader.readAsDataURL(file)
你可以看一下Fileinput.change函数的源代码。
Fileinput.change