主题:JspUpload上传组件下载
介绍两款不错的jsp上传组件给大家
========Rawsocket.org JspUpload============
1. What is JspUpload?
Is a free java software that provides file upload capabilities to
a web application using servlets or jsp.
2. SYSTEM REQUIREMENTS
. Any platform for which there is a JDK porting and a web container
like Tomcat, Resin, etc.
3. SETUP AND CONFIGURATION
3.1 Installation Instructions
Unzip jsp_upload_0.2.1.zip.
This will create the following files and folders on your
computer during installation:
<installdir> represents the directory chosen during installation.
<installdir>\doc Contains api docs and this file
<installdir>\bin Contains jspupload.war and jspupload.jar
<installdir>\src Contains the source code for JspUpload
4. QUICK START
4.1 Testing JspUpload
Drop the jspupload.war into your web container's web application
folder. For Tomcat, this is c:\path\to\tomcat\webapps.
Start Tomcat
It will expand jspupload.war in a set of folders
Point your browser to http://yourhost:port/jspupload/index.html
You should see the test page for JspUpload
Do some uploads to test the installation.
4.2 Using JspUpload in your own application
Create a web application in your favorite container.
Drop the jspupload.jar into your web app's WEBINF/lib folder
Restart your web container or web application.
Create an application that instantiates jspUpload's FileUpload class
and performs an upload.
Deploy your application and enjoy
4.3 Example Code
You can find a very comprehensive example of use in:
<installdir>\src\org\rawsocket\jspupload\FileUploadServlet.java
This is the servlet that handles the file upload in the example
web application (jspupload.war)
5. KNOWN LIMITATIONS
. May take a long time when uploading very large files ( > 1MB )
6. CONTACT INFORMATION
Rawsocket.org
Support: daniel@rawsocket.org
Information: daniel@rawsocket.org
Also visit www.rawsocket.org !!
Thank you for using JspUpload!
地址:
http://sourceforge.net/projects/jspupload/
===============潇湘多文件上传 xiaoxiang.fileUpload===============
组件的基本功能列于下:
支持中文.
一次上传多个文件.
允许得到上传的文件的原文件名,并可以将文件改名存入服务器.
允许设定每次上传文件的总大小,和单个文件的文件大小.
可以设定只被允许文件后缀名列表.
可以设定只被允许的文件类型列表.(注:从文件格式分析,比只分析后缀名更加准确.)
可以设定是否覆盖服务器上同名文件.
可以将所有文件上传到一个文件夹,也可以程序员的需求将文件分类存入不同文件夹.
地址:
http://www.xiaoxiang.net/jspupload/main/index.asp
本站下载以上两个JspUpload组件
[url]http://www.txdnet.cn/essay/view.jsp?tid=1712&cid=2[/url]
========Rawsocket.org JspUpload============
1. What is JspUpload?
Is a free java software that provides file upload capabilities to
a web application using servlets or jsp.
2. SYSTEM REQUIREMENTS
. Any platform for which there is a JDK porting and a web container
like Tomcat, Resin, etc.
3. SETUP AND CONFIGURATION
3.1 Installation Instructions
Unzip jsp_upload_0.2.1.zip.
This will create the following files and folders on your
computer during installation:
<installdir> represents the directory chosen during installation.
<installdir>\doc Contains api docs and this file
<installdir>\bin Contains jspupload.war and jspupload.jar
<installdir>\src Contains the source code for JspUpload
4. QUICK START
4.1 Testing JspUpload
Drop the jspupload.war into your web container's web application
folder. For Tomcat, this is c:\path\to\tomcat\webapps.
Start Tomcat
It will expand jspupload.war in a set of folders
Point your browser to http://yourhost:port/jspupload/index.html
You should see the test page for JspUpload
Do some uploads to test the installation.
4.2 Using JspUpload in your own application
Create a web application in your favorite container.
Drop the jspupload.jar into your web app's WEBINF/lib folder
Restart your web container or web application.
Create an application that instantiates jspUpload's FileUpload class
and performs an upload.
Deploy your application and enjoy
4.3 Example Code
You can find a very comprehensive example of use in:
<installdir>\src\org\rawsocket\jspupload\FileUploadServlet.java
This is the servlet that handles the file upload in the example
web application (jspupload.war)
5. KNOWN LIMITATIONS
. May take a long time when uploading very large files ( > 1MB )
6. CONTACT INFORMATION
Rawsocket.org
Support: daniel@rawsocket.org
Information: daniel@rawsocket.org
Also visit www.rawsocket.org !!
Thank you for using JspUpload!
地址:
http://sourceforge.net/projects/jspupload/
===============潇湘多文件上传 xiaoxiang.fileUpload===============
组件的基本功能列于下:
支持中文.
一次上传多个文件.
允许得到上传的文件的原文件名,并可以将文件改名存入服务器.
允许设定每次上传文件的总大小,和单个文件的文件大小.
可以设定只被允许文件后缀名列表.
可以设定只被允许的文件类型列表.(注:从文件格式分析,比只分析后缀名更加准确.)
可以设定是否覆盖服务器上同名文件.
可以将所有文件上传到一个文件夹,也可以程序员的需求将文件分类存入不同文件夹.
地址:
http://www.xiaoxiang.net/jspupload/main/index.asp
本站下载以上两个JspUpload组件
[url]http://www.txdnet.cn/essay/view.jsp?tid=1712&cid=2[/url]