Fork me on GitHub
摘要: .JavaWeb文件上传 1.自定义上传 文件上传时的表单设计要符合文件提交的方式: 1.提交方式:post 2.表单中有文件上传的表单项:`` 3.指定表单类型:文件上传类型: enctype=“multipart/form data”` jsp上传页面: Servlet处理程序: 提交测试文件: 阅读全文
posted @ 2016-12-21 16:21 洋葱源码 阅读(12051) 评论(0) 推荐(1)