天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

Apache FileUpload的兩種上傳方式介紹及應用

環境
tomcat5.6
commmons-fileupload-1.3.jar
commmons-io-2.4.jar
JSP
編碼:UTF-8
臨時文件夾:fileupload/tmp相對于網站根目錄
上傳文件保存位置:fileupload
Traditional API上傳方式
//fileload01.htm
復制代碼 代碼如下:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<html>
<body>
<form method="POST" enctype="multipart/form-data" action="traditionalapi.jsp">
File to upload: <input type="file" name="file" size="40"><br/>
<input type="submit" value="Press"> to upload the file!
</form>
</body>
</html>

//traditionalapi.jsp
復制代碼 代碼如下:
<%@page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8" language="Java"%>
<%@page import="Java.io.File"%>
<%@page import="Java.util.List"%>
<%@page import="org.apache.commons.fileupload.*"%>
<%@page import="org.apache.commons.fileupload.disk.DiskFileItemFactory"%>
<%@page import="org.apache.commons.fileupload.servlet.ServletFileUpload"%>
<%
request.setCharacterEncoding("UTF-8");
// file less than 10kb will be store in memory, otherwise in file system.
final int threshold = 10240;
final File tmpDir = new File(getServletContext().getRealPath("/") + "fileupload" + File.separator + "tmp");
final int maxRequestSize = 1024 * 1024 * 4; // 4MB
// Check that we have a file upload request
if(ServletFileUpload.isMultipartContent(request))
{
// Create a factory for disk-based file items.
FileItemFactory factory = new DiskFileItemFactory(threshold, tmpDir);

// Create a new file upload handler
ServletFileUpload upload = new ServletFileUpload(factory);
// Set overall request size constraint.
upload.setSizeMax(maxRequestSize);
List<FileItem> items = upload.parseRequest(request); // FileUploadException
for(FileItem item : items)
{
if(item.isFormField()) //regular form field
{
String name = item.getFieldName();
String value = item.getString();
%>
<h1><%=name%> --> <%=value%></h1>
<%
}
else
{ //file upload
String fieldName = item.getFieldName();
String fileName = item.getName();
File uploadedFile = new File(getServletContext().getRealPath("/") +
"fileupload" + File.separator + fieldName + "_" + fileName);
item.write(uploadedFile);
%>
<h1>upload file <%=uploadedFile.getName()%> done!</h1>
<%
}
}
}
%>

Streaming API上傳方式
//fileupload02.htm
復制代碼 代碼如下:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<html>
<body>
<form method="POST" enctype="multipart/form-data" action="streamingapi.jsp">
File to upload: <input type="file" name="file" size="40"><br/>
<input type="submit" value="Press"> to upload the file!
</form>
</body>
</html>

//streamingapi.jsp
復制代碼 代碼如下:
<%@page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8" language="Java"%>
<%@page import="Java.io.*"%>
<%@page import="Java.util.List"%>
<%@page import="org.apache.commons.fileupload.*"%>
<%@page import="org.apache.commons.fileupload.util.Streams"%>
<%@page import="org.apache.commons.fileupload.servlet.ServletFileUpload"%>
<%
request.setCharacterEncoding("UTF-8");
// Check that we have a file upload request
if(ServletFileUpload.isMultipartContent(request))
{
// Create a new file upload handler
ServletFileUpload upload = new ServletFileUpload();

// Parse the request
FileItemIterator iter = upload.getItemIterator(request);
while(iter.hasNext())
{
FileItemStream item = iter.next();
String fieldName = item.getFieldName();
InputStream is = item.openStream();
if(item.isFormField()) //regular form field
{
%>
<!-- read a FileItemStream's content into a string. -->
<h1><%=fieldName%> --> <%=Streams.asString(is)%></h1>
<%
}
else
{ //file upload
String fileName = item.getName();
File uploadedFile = new File(getServletContext().getRealPath("/") +
"fileupload" + File.separator + fieldName + "_" + fileName);
OutputStream os = new FileOutputStream(uploadedFile);
// write file to disk and close outputstream.
Streams.copy(is, os, true);
%>
<h1>upload file <%=uploadedFile.getName()%> done!</h1>
<%
}
}
}
%>

Traditional API vs Streaming API
Streaming API上傳速度相對較快。因為它是利用內存保存上傳的文件,節省了傳統API將文件寫入臨時文件帶來的開銷。
可參考:
http://stackoverflow.com/questions/11620432/apache-commons-fileupload-streaming-api
This page describes the traditional API of the commons fileupload library. The traditional API is a convenient approach. However, for ultimate performance, you might prefer the faster Streaming API.
http://commons.apache.org/proper/commons-fileupload/using.html

jsp技術Apache FileUpload的兩種上傳方式介紹及應用,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 一起碰一起噜一起草视频 | 果冻传媒在线观看高清完整免费 | 久久久无码精品亚洲A片猫咪 | 美女扒开腿让男生桶爽免费APP | 131美女爱做视频午夜剧场 | 在线观看国产人视频免费中国 | 99久久综合国产精品免费 | 沦为公交两奶头春药高潮迭起 | 俄罗斯mm| 久久99亚洲热最新地址获取 | 飘雪在线观看免费高清完整版韩国 | 久久精品国产男包 | 91久久精一区二区三区大全 | 天天啪免费视频在线看 | 亚洲中字幕永久在线观看 | 日本黄色官网 | 两个人的视频hd全免费 | 九九热精品在线观看 | 无码射肉在线播放视频 | 亚洲精品美女久久777777 | 2022国产麻豆剧传媒剧情 | 免费特黄一区二区三区视频一 | 在线播放性xxx欧美 在线播放午夜理论片 | 国产三级精品三级男人的天堂 | 欧美最猛性XXXXX肛交 | 被滋润的艳妇疯狂呻吟白洁老七 | 欧美另类摘花hd | av av在线| 狠狠躁日日躁人人爽 | 久久久亚洲国产精品主播 | 最近日本免费观看MV免费 | 男人和女人一起愁愁愁很痛 | 日日干夜夜艹 | 芭乐视频免费资源在线观看 | 亚洲精品婷婷无码成人A片在线 | 久久久久久久久久毛片精品美女 | 亚洲精品视频免费 | 爱啪国产精品视频在线 | 国产精品免费久久久久影院 | 无止侵犯高H1V3无止侵犯 | 九九国产精品成人AV麻豆 |