<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?
Loop reading