vue-html5-editor icon indicating copy to clipboard operation
vue-html5-editor copied to clipboard

文件上传,后台得到的文件名会是blob.无法判断出文件类型

Open 284844094 opened this issue 8 years ago • 3 comments

多次使用文件上传之后,后台得到的文件名称就变成了 blob 无论是什么格式的文件,类型都是 image/jpeg

284844094 avatar Sep 27 '17 09:09 284844094

这个也是我的痛点,希望能解决,谢谢

iissy avatar Jul 09 '18 01:07 iissy

// 压缩参数,默认使用localResizeIMG进行压缩,设置为null禁止压缩 /compress: { width: 1600, height: 1600, quality: 80 }/

设置 compress: null 就行了

zhaler avatar Jan 13 '19 07:01 zhaler

设置compress之后会转换成blob,格式为 image/jpeg,后台保存文件的时候重命名到xxx.jpg就可以了

FurryWolfX avatar Apr 28 '19 06:04 FurryWolfX