1.默认情况下我赋给这个组件的属性:
$(".myfile").fileinput({
uploadUrl: ctx + "common/upload", //接受请求地址
deleteUrl: ctx + "common/delete",
uploadAsync : true, //默认异步上传
showUpload : false, //是否显示上传按钮,跟随文本框的那个
showRemove : false, //显示移除按钮,跟随文本框的那个
showCaption : true,//是否显示标题,就是那个文本框
showPreview : true, //是否显示预览,不写默认为true
dropZoneEnabled : fals