html5 - How does FileReader read multiple files at once?
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-06-07 09:24:35
0
1
633
<input type="file" name="sendfile" id="sendfile" v-show='false' accept="image/png,image/gif,image/jpeg" @change='upload' multiple>

As above, for an input that supports multiple image uploads, how to use filereader to locally read the dataurl of each image? How to write this upload?

曾经蜡笔没有小新
曾经蜡笔没有小新

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!