vue-dropzone icon indicating copy to clipboard operation
vue-dropzone copied to clipboard

upload progress no render

Open wh123660 opened this issue 6 years ago • 1 comments

image image image

data.filelist = [];

The console has output progress every time the file is uploaded, but the HTML does not render progress bar; Do not know why?

wh123660 avatar Nov 18 '19 02:11 wh123660

You shouldn't need to implement uploadProgress manually, it should just happen automatically

rowanwins avatar May 09 '20 06:05 rowanwins