MultiFile.js无法在线工作(来自主机网站) [英] MultiFile.js is not working online(From Hosting Site)

查看:52
本文介绍了MultiFile.js无法在线工作(来自主机网站)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

< html xmlns =http://www.w3.org/1999/xhtml>

< head id =Head1runat =server>

< title>使用jQuery(c#.NET)上传多个文件< / title>

< script src =js / jquery-1.3.2 .min.jstype =text / javascript>< / script>

< script src =js / jquery.MultiFile.jstype =text / javascript> < / script>

< / head>

< body>

< form id =form1runat =server >



< asp:FileUpload ID =FileUploadrunat =serverclass =multi/>



< / form>

< / body>

< / html>

解决方案

您好,

将文件名更改为jquery_MultiFile.js并更改src参考。尝试清除缓存和Cookie。


尝试清除浏览器的缓存和Cookie。

如果问题仍然存在,请查看浏览器的开发人员工具以查找错误

<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>Upload Multiple Files in ASP.NET Using jQuery (c#.NET)</title>
<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="js/jquery.MultiFile.js" type="text/javascript"></script>
</head>
<body>
<form id="form1" runat="server">


<asp:FileUpload ID="FileUpload" runat="server" class="multi" />


</form>
</body>
</html>

解决方案

Hello ,
Change The Name Of The File to "jquery_MultiFile.js" and change src reference. Try to clear the cache & Cookies.


Try Clearing cache and cookies of your browser.
if problem still persist have a look on your browser's developer tools for errors


这篇关于MultiFile.js无法在线工作(来自主机网站)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆