text/javascript">
bootstrap-fileinput html
你可以在bootstrap-fileinput插件官网,选择其他样式
file...").fileinput({
language: 'en',//设置语言
uploadUrl: "https://ky8.top/upload_images",//图片上传的...showCaption: true,//显示标题
showRemove: true, //显示移除按钮
uploadAsync: true,//默认异步上传...选择图片时不清空原图片
});
$("#img").on('fileuploaded', function (event, data, previewId, index) {//异步上传成功结果处理...'result'] + ')';
}
});
$("#img").on('fileerror', function (event, data, msg) {//异步上传失败结果处理