一、说明
1、jquery
2、ajax
3、ruoyi封装好的ruoyi-fast单体项目
4、场景需要上传文件的同时,上传其他业务参数
二、代码示例
$(".file-upload").fileinput({
uploadUrl: ctx + 'common/uploadDiffer',
maxFileCount: 1,
autoReplace: true,
uploadExtraData:function(){//向后台传递参数
var data = {
versionDir: $("#fromVersion").val() + "_" + $("#toVersion").val()
};
return data;
}
}).on('fileuploaded', function (event, data, previewId, index) {
$("input[name='" + event.currentTarget.id + "']").val(data.response.url)
}).on('fileremoved', function (event, id, index) {
$("input[name='" + event.currentTarget.id + "']").val('')
})
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
机房租用,北京机房租用,IDC机房托管, http://www.e1idc.net