<form action='' enctype="multipart/form-data" method="post" name="fileForm"> <input type="file" class="file" name="filename"> </form> <button class="btn btn-primary" onclick="subimtBtn();">提交</button>
function subimtBtn() {
var form = $("form[name=fileForm]");
var options = {
url:'/upload', //上传文件的路径
type:'post',
success:function(data){
console.log(data);
//.... //异步上传成功之后的操作
}
};
form.ajaxSubmit(options);
}
<label for="upload"> <img src="upload.png"> </label> <input type="file" id="upload" class="file" name="filename" style='display:none'>
<label for="upload"> <input type="file" id="upload" class="file" name="filename" style='opacity:0;filter:alpha(opacity=0);'> </label>
$(".file").bind("change",function(){
var fileType = $(this).val().substring($(this).val().lastIndexOf(".") + 1);
if(fileType != "xls" && fileType != "xlsx"){
alert("只能上传excel文件");
}
});
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有