2019年8月28日

input上传图片后预览

摘要: <input type="file" id="expertPhoto"/> <img src="" class="img"/> $('#expertPhoto').change(function(){ $('.img').attr('src',URL.createObjectURL($(this)[0].files[0])) }) 阅读全文

posted @ 2019-08-28 17:41 碎片时间 阅读(111) 评论(0) 推荐(0) 编辑

ajax上传文件及限制文件类型

摘要: 上传报告文档限制为pdf,word,excel文件,通过input的accept属性设置 通过ajax发送请求: 阅读全文

posted @ 2019-08-28 17:29 碎片时间 阅读(1295) 评论(0) 推荐(0) 编辑

导航