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应用程序中发布附件之前进行病毒扫描,当他们发现病毒时放弃发布附件,否则继续上传。
你没有。
你在服务器上扫描它,如果它没有通过就删除它。没有办法知道客户端是否安装了任何 AV 软件,而且你得到的任何结果都可能是伪造的。在服务器端进行检查,而不是在您可以控制的地方进行检查。