前台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