文件名称:Struts2uploadfile
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-12-24
- 文件大小:
- 12kb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在Struts2, <s:file> 标签用于创建一个HTML文件上传组件,允许用户从本地磁盘选择文件,并将其上传到服务器。在本教程中,您将创建与文件上传组件JSP页面,设置最大大小和允许上传文件的内容类型,并显示上传文件的详细信息。 -In Struts2, <s: file> tag is used to create an HTML file upload component that allows users to a file the local disk, and upload it to the server. In this tutorial, you will create the file upload component JSP page, set the maximum size and allowed content type of the uploaded file, and displays the details of the uploaded file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Struts2uploadfile
.................\.classpath
.................\.myeclipse
.................\.mymetadata
.................\.mystrutsdata
.................\.project
.................\.settings
.................\.........\.jsdtscope
.................\.........\org.eclipse.jdt.core.prefs
.................\.........\org.eclipse.wst.jsdt.ui.superType.container
.................\.........\org.eclipse.wst.jsdt.ui.superType.name
.................\WebRoot
.................\.......\META-INF
.................\.......\........\MANIFEST.MF
.................\.......\WEB-INF
.................\.......\.......\classes
.................\.......\.......\.......\action
.................\.......\.......\.......\......\FileUpLoadAction.class
.................\.......\.......\.......\global.properties
.................\.......\.......\.......\struts.xml
.................\.......\.......\lib
.................\.......\.......\web.xml
.................\.......\index.jsp
.................\.......\pages
.................\.......\.....\fileupload.jsp
.................\.......\.....\result.jsp
.................\src
.................\...\action
.................\...\......\FileUpLoadAction.java
.................\...\global.properties
.................\...\struts.xml