且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

JQuery Mutliple文件上传和ASP.NET

更新时间:2023-12-05 21:45:10

('#<% = fuDoc.ClientID %> ')。MultiFile({
onFileAppend:function(element,value,master_element) ){alert(hi);}
});
('#<%=fuDoc.ClientID%>').MultiFile({ onFileAppend: function (element, value, master_element) {alert("hi"); } });









非常感谢您提供的任何建议或替代解决方案。感谢您的帮助。



Allison





Any suggestion or alternative solution that you can provide would be very much appreciated. Thank you for your assistance.

Allison


如果您正在使用第三方控件,您应该真正与他们交谈,因为他们的论坛里到处都是使用他们图书馆的人,这个论坛不是。
If you're using a third party control, you should really talk to them, because their forum is full of people who use their library, and this forum is not.


remove class =multi,这是在dev页面上描述的
remove class="multi", that was described on the dev page