vue-upload-component icon indicating copy to clipboard operation
vue-upload-component copied to clipboard

选择文件后马上上传很困难

Open weituotian opened this issue 5 years ago • 2 comments

如何选择文件后让文件马上上传,不需要用户点击开始上传按钮。 要做到这一点居然变得如此困难啊。

weituotian avatar Jun 18 '19 01:06 weituotian

文档的input-file里面有 // 自动上传 if (Boolean(newFile) !== Boolean(oldFile) || oldFile.error !== newFile.error) { if (!this.$refs.upload.active) { this.$refs.upload.active = true } }

jeanchueng avatar Jun 28 '19 08:06 jeanchueng

@jeanchueng 有用,但是看不太懂

weituotian avatar Jun 30 '19 11:06 weituotian