简体   繁体   English

下载 csv 文件时启用和禁用下载按钮

[英]Enabling and Disabling Download button when downloading csv file

Hi I m trying to add functionality if I click on submit then csv file will be downloaded.Till the download is completed the button should not be enabled.嗨,我正在尝试添加功能,如果我点击提交然后 csv 文件将被下载。直到下载完成,按钮不应该被启用。 Is there any way I can achieve that?有什么办法可以实现吗?

I am not sure what platform are you using, but you can add disabled attribute to button, using the client side script you can disable it right away and upon successfull download, mark the disabled attr to false again我不确定您使用的是什么平台,但您可以为按钮添加禁用属性,使用客户端脚本您可以立即禁用它,并在成功下载后,再次将禁用的属性标记为 false

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM