vue-core-image-upload icon indicating copy to clipboard operation
vue-core-image-upload copied to clipboard

用户上传图片的时候,图片格式不对或者尺寸过大怎么给提示

Open yaozhongnan opened this issue 7 years ago • 1 comments

因为现在的情况是上传的格式不对默认不会做任何事情,想知道怎么给出相关提示信息,提醒尺寸过大或格式不正确

yaozhongnan avatar Sep 17 '18 10:09 yaozhongnan

You can modify file vue-core-image-upload.vue, line 123 dispatch an error handler for maxFileSize error.

limdblur avatar Dec 16 '18 17:12 limdblur