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.
我应该如何为正在导入数据的进程实现进度指示器 gif。
点击按钮,用户浏览输入文件,选择并点击上传按钮。单击上传按钮时,应显示进度指示器 gif。如果文件路径为空,则进度指示器不应启动。是否可以禁用页面。我正在使用 asp.net mvc 3
谢谢
除非您使用 Ajax,否则实际上不可能做到这一点。如果这样做,那么您可以在开始 ajax 调用之前简单地显示动画 gif,然后在成功时将其隐藏。
看这个:
ASP.Net MVC 加载进度指示器
这个想法很简单:用gif创建一个div,在大进程上显示div,然后隐藏div。