一、前台代码:
<!DOCTYPE html>
<html>
<head>
<title>jquery.fileupload.js使用测试</title>
<script src="jquery-1.12.0.min.js"></script>
<script src="jquery.ui.widget.js"></script>
<script src="jquery.iframe-transport.js"></script>
<script src="jquery.fileupload.js"></script>
<script src="jquery.xdr-transport.js"></script>
<style type="text/css">
.bar {
margin-top:10px;
height:10px;
max-width: 370px;
background: green;
}
</style>
</head>
<body>
<input id="fileupload" type="file" name="files[]" multiple>
<span class="proportion"></span>
<!-- 上传进度条及状态: -->
<di