commons-fileupload處理plupload多文件上傳
阿新 • • 發佈:2017-09-01
oge utils ner posit eee error sre i/o method
web端使用plupload上傳文件,支持文件多選,顯示文件大小、上傳進度。
java服務器servlet保存客戶端上傳的文件,使用commons-fileupload-1.3.2組件
HTML、JS代碼
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Update Config Files</title>
<script type="text/javascript" src="scripts/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="scripts/plupload-2.1.3/moxie.min.js"></script>
<script type="text/javascript"
src="scripts/plupload-2.1.3/plupload.min.js"></script>
<script type="text/javascript" src="scripts/utils/util-find-parent.js"></script>
</head>
<body style="font: 13px Verdana; background: #eee; color: #333">
<h1>上傳(更新)配置文件</h1>
<div id="filelist">Your browser doesn‘t have Flash, Silverlight
or HTML5 support.</div>
<br />
<div id="container">
<button