Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<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>
Posted

Hello ,
Change The Name Of The File to "jquery_MultiFile.js" and change src reference. Try to clear the cache & Cookies.
 
Share this answer
 
Try Clearing cache and cookies of your browser.
if problem still persist have a look on your browser's developer tools for errors
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900