由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: how to upload a local file to web server?
相关主题
用js写过file upload的来帮个忙吧上传和下载JPG到MYSQL数据库代码如下
怎样用JSP读取用户UPLOAD的文件?How to write a file to the same directory of the class file?
Log4j 不同环境用不同log file namehow to open pipe files in java
upload some materialssevlet question
FTP stuffs uploaded to GERDO's serverhow to sent progress message back from a servlet to a client?
How to append something on a file?vaadin upload component
A questionA good way to compress client side data?
Help with Java Swing Applet编程新人求助—死循环了
相关话题的讨论汇总
话题: file话题: filename话题: upload话题: bs
进入Java版参与讨论
1 (共1页)
n*****a
发帖数: 47
1


I use the following code:
ServletInputStream in = request.getInputStream();
ByteArrayOutputStream bs= new ByteArrayOutputStream();
int c;
for (int i=0; i >= 0; i++){
bs.write(c);
}
All info about the uploaded file(s) (fileName(s), content
etc) are in this bs, just be careful when getting things
out. :-)
1 (共1页)
进入Java版参与讨论
相关主题
编程新人求助—死循环了FTP stuffs uploaded to GERDO's server
大家用哪个免费的网站,自己把code upload上去? (转载)How to append something on a file?
Servlet question: the orig filenameA question
[转载] create gif/png image in C or javaHelp with Java Swing Applet
用js写过file upload的来帮个忙吧上传和下载JPG到MYSQL数据库代码如下
怎样用JSP读取用户UPLOAD的文件?How to write a file to the same directory of the class file?
Log4j 不同环境用不同log file namehow to open pipe files in java
upload some materialssevlet question
相关话题的讨论汇总
话题: file话题: filename话题: upload话题: bs