Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在asp.net 中使用Ajax 异步文件上传控件。在我的应用程序中有 2 个这样的上传控件。当我一次上传一个文件时,两个文件都被上传。但是当我同时上传 2 个文件时,只有第一个文件被上传。你能告诉我,这将是什么根本原因和解决方案?
提前致谢。
我得到了解决方案。我为每个文件上传控件添加了不同的更新面板,并将 updatemode 设置为有条件的。这解决了问题。