-
enctype数量类别查看全部
-
文件下载: 3.读取下载文件,调用HttpServletResponse.getOutputStream方法返回的ServletOutputStream对象来想客户端写入附件内容查看全部
-
文件下载需要在服务端设置: 1.HttpServletResponse.setContentType方法设置Content-Type头字段的值,为浏览器无法使用某种方式或激活某个程序来处理MIME类型,例如:application/octet-stream 或 application/x-msdownload 2.需要通过HttpServletResponse.setHeader方法设置Content-Disposition头的值为:attachment;filename=文件名查看全部
-
默认post提交是 application/x-www-form-urlencoded 上传文件需要设置表单提交类型为:multipart/form-data 表单直接发送邮件需要设置类型为:text/plain查看全部
-
文件下载原理查看全部
-
文件上传原理。查看全部
-
http://img1.sycdn.imooc.com//54a3eb750001392b12000530-120-68.jpg查看全部
-
http://img1.sycdn.imooc.com//54a3eb2300017b5712000530-120-68.jpg查看全部
-
http://img1.sycdn.imooc.com//54a3eaef000147c012000530-120-68.jpg查看全部
-
http://img1.sycdn.imooc.com//54a3eacf0001ce5712000530-120-68.jpg查看全部
-
http://img1.sycdn.imooc.com//54a3eaa90001408e12000530-120-68.jpg查看全部
-
http://img1.sycdn.imooc.com//54a3ea580001858c12000530-120-68.jpg 需掌握 jsp servlet struts 2 jquery查看全部
-
阿鲁特查看全部
-
response.setContentType("Content-Disposition","attachment;filename=") 以附件的方式下载查看全部
-
RandomAccessFile查看全部
举报
0/150
提交
取消