理解HTML是如何跳转到java程序中去的;Form常用HTML标签的作用
<body>
<form action="servlet/UploadServlet" method="post" enctype="multipart/form-data"> <!--注意form的前后区域-->
<div align="center"><br/>
<fieldset style="width:90%">
<legend>上传文件</legend><br/>
<div class='line'>
<div align='left' class="leftDiv">上传文件一</div>
<div align='left' class="rightDiv">
<input type="file" name="file1" class="text">
</div>
</div>
<div class='line'>
<div align='left' class="leftDiv">上传文件二</div>
<div align='left' class="rightDiv">
<input type="file" name="file2" class="text">
</div>
</div>
<div class='line'>
<div align='left' class="leftDiv">上传文件说明一</div>
<div align='left' class="rightDiv"><input type="text" name="description1" class="text"></div>
</div>
<div class='line'>
<div align='left' class="leftDiv">上传文件说明二</div>
<div align='left' class="rightDiv"><input type="text" name="description2" class="text"></div>
</div>
<div class='line'>
<div align='left' class="leftDiv"></div>
<div align='left' class="rightDiv"><br/>
<input type="submit" value=" 上传文件 " class="button"> <!--就是说按这个上传按钮时就会触发上述地址的action-->
</div>
</div>
</fieldset>
</div>
</form>
</body>

最新文章

  1. JavaScript中对象的含义与this的指向
  2. uC/OS-II内存(OS_mem)块
  3. java的WebService实践(cxf)
  4. lintcode :Trailing Zeros 尾部的零
  5. PHP str_replace() 函数
  6. apache bench(ab)压力测试模拟POSt请求
  7. 函数调用过程&amp;生成器解释
  8. 九度OJ:1002-Grading
  9. spring boot 表单验证
  10. JWT(Json web token)简介
  11. 1900型USB接口扫描枪设置虚拟串口模式提升扫描速度
  12. Python之旅Day1 数据类型初识(数字|字符串|列表|数据运算) 编码 表达式(if...else|for|while)
  13. [LeetCode] 577. Employee Bonus_Easy tag: SQL
  14. JS push对象
  15. stl源码剖析 详细学习笔记 仿函数
  16. Sequelize-nodejs-6-Instances
  17. 441. Arranging Coins
  18. thinkphp5.0独立配置
  19. STL之顺序容器 deque 动态数组
  20. 分享Kali Linux 2017年第30周镜像文件

热门文章

  1. codeforce 621C Wet Shark and Flowers
  2. MVC 5 第三章 HTML Helper
  3. cnUVA情况
  4. Oracle10g/11g 在SUSE/RHEL上的安装与配置
  5. 问题.NETwebservice其他电脑无法使用-测试窗体只能用于来自本地计算机的请求
  6. 问题-[致命错误] Project1.dpr(1): Unit not found: &#39;System.pas&#39; or binary equivalents (DCU,DPU)
  7. 前端javascript规范文档 (http://www.xuanfengge.com/category/web)
  8. NAS、DAS和SAN三种存储究竟是什么?
  9. 10409 - Die Game
  10. 写一些有关android的东西吧,那时候玩android时候的一些笔记