随笔分类 -  servlet+jsp

servlet和jsp的学习
文件上传和下载
摘要:文件上传: 前端代码就是和html标签<input type="file" id="fileinput"/> js: upload:function () { if($("#fileinput")[0].files[0] == undefined){ $('#tip').html('请选择文件'); 阅读全文
posted @ 2017-04-25 10:56 代码颠覆 阅读(213) 评论(0) 推荐(0)