当前位置: 技术问答>java相关
!!紧急!!!在线等待! servlet中怎样获得上传的file
来源: 互联网 发布时间:2015-08-21
本文导语: 我怎样才能获得fileName 指定的这个file?? | please get full directory and filename. | http://www.peking114.com/feyge/bbs/show.php?post_id=61&post_time=1030439312&post...
我怎样才能获得fileName 指定的这个file??
|
please get full directory and filename.
|
http://www.peking114.com/feyge/bbs/show.php?post_id=61&post_time=1030439312&post_userid=2&forum_id=19
我写的一个servlet,可以得到filename
我写的一个servlet,可以得到filename
|
你可以看看jspSmartUpload的例子。
|
jspSmartUpload
--www.jspsmart.com
用它就行了。
--www.jspsmart.com
用它就行了。
|
http://www.ccw.com.cn/htm/center/prog/02_8_30_2.asp
|
你写一个serlvet,把客户端发过来的信息打印出来,你就知道怎么得到filename了
|
http://www.csdn.net/expert/topic/807/807810.xml?temp=.7724268
|
http://www.javazoom.net/
UploadBean is a JavaBean (JAVA component) that allows to upload files in store. This store could be a folder, a ZIP archive, a database or memory. This document is a guide for developers. We assume that developers have a few JavaBeans and JSP skills and they know what "scope" (page, session, application) is for JavaBeans.
UploadBean is a JavaBean (JAVA component) that allows to upload files in store. This store could be a folder, a ZIP archive, a database or memory. This document is a guide for developers. We assume that developers have a few JavaBeans and JSP skills and they know what "scope" (page, session, application) is for JavaBeans.