function uploadImages(picker, url, callback) {
var img_uploader = WebUploader.create({
auto: true,
server: url,
pick: picker,
fileNumLimit: 1,
fileSingleSizeLimit: 2097152, // 2M
accept: {
title: 'Images',
extensions: 'gif,jpg,jpeg,bmp,png',
// mimeTypes: 'image/*'
},
compress: {
width: 300,
compressSize: 102400 // < 100kb 不压缩
},
})
var fileType = ['image/jpeg', 'image/jpg', 'image/gif', 'image/png', 'image/bmp']
img_uploader.on('beforeFileQueued', function(file) {
fileType.some(function(name) {
return file.type === name
})
? '' : alert('请上传正确的图片!')
})
img_uploader.on('uploadSuccess', function(file, res) {
callback(file, res)
})
img_uploader.on('uploadError', function(file, reason) {
console.log(reason);
})
img_uploader.on('uploadComplete', function(file) {
img_uploader.reset()
})
}
<div id="zTu">图片</div>
var coverImage;
initImageUploader();
function initImageUploader(){
var fileUrl = 你想上传的地址;
uploadImages('#imagePicker', fileUrl, function(file, res) {
coverImage = res.url
$('#zTu').get(0).innerHTML = '<div class="file-item thumbnail"><img style="max-height:180px" src="' + res.url + '" /></div>'
})
}
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有