阅读背景:

webuploader上传文件,后台Java接收

来源:互联网 

前台html页面:

<!DOCTYPE html>
<html>
<head>
<title>Insert title here</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="/go.html?url=resources/webuploader/webuploader.css">
<link rel="stylesheet" type="text/css" href="/go.html?url=resources/css/boostrap/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="/go.html?url=resources/css/boostrap/bootstrap.min.css">

<script type="text/javascript" src="resources/js/jquery-1.11.0.min.js"></script>
</head>
<body>
	<div id="uploader" class="wu-example">
		<!--用来存放文件信息-->
		<div id="thelist" class="uploader-list"></div>
		<div class="btns">
			<div id="picker">选择文件</div>
			<button id="ctlBtn" class="btn btn-default">开始上传</button>
		</div>
	</div>
	<script type="text/javascript"
		src="resources/webuploader/webuploader.js"></script>
	<script type="text/javascript" src="resources/js/index.js"></script>
</body>
</html><!DOCTYPE html>
<html>
<head>
<titl



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: