plupload 上传默认图片已缩略图形式,只须改配置即可。
?
在 uploader = new plupload.Uploader 里去掉 width,height
?
resize : {width : 320, height : 240, quality : 90}
plupload 上传默认图片已缩略图形式,只须改配置即可。
?
在 uploader = new plupload.Uploader 里去掉 width,height
?
resize : {width : 320, height : 240, quality : 90}