File: /www/wwwroot/bb.cwoyt.com/1/jiaoben6684/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta content="telephone=no" name="format-detection">
<meta content="email=no" name="format-detection">
<meta content="initial-scale=1.0,user-scalable=no,maximum-scale=1" media="(device-height: 568px)" name="viewport">
<title>verupload.js文件上传插件 - 站长素材</title>
</head>
<body>
<div>
<button id="files">上传</button>
</div>
<br>
<div>
<button id="more_upload_file" data-upload-more="true">多文件上传</button>
</div>
<script src="verUpload/verUpload.js"></script>
<script>
new verUpload({
files: "#files",
name: "files",
load_list: true,
success: function (d) {
alert(d);
},
fail: function (d) {
alert(d)
},
size: 1024 * 4,
ext: ['jpg', 'jpeg', 'png', 'gif']
});
new verUpload({
files: "#more_upload_file",
name: "files_item",
success: function (d) {
alert(d);
},
fail: function (d) {
alert(d)
}
});
</script>
<div style="text-align:center;margin:50px 0; font:normal 14px/24px 'MicroSoft YaHei';">
<p>适用浏览器:360、FireFox、Chrome、Opera、傲游、搜狗、世界之窗. 不支持Safari、IE8及以下浏览器。</p>
<p>来源:<a href="http://sc.chinaz.com/" target="_blank">站长素材</a></p>
</div>
</body>
</html>