|
在页面的head中加入如下内容
<head>
<title>文件上传</title>
<t:base type="jquery,easyui,tools"></t:base>
<script language="javascript" type="text/javascript">
//防止客户端缓存文件,造成uploadify.js不更新,而引起的“喔唷,崩溃啦”
document.write("<script type='text/javascript' "
+ "src='plug-in/uploadify/jquery.uploadify-3.1.min.js?" + new Date()
+ "'></s" + "cript>");
</script>
</head>
|
|