Click here to Skip to main content
15,889,403 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to client side anti virus scanning for data, i.e. images, videos, txt files etc, before uploading to my website.

Let me know if there's any application available for that or else c# code only.

Please help
Posted
Updated 3-Sep-10 3:27am
v2
Comments
Dalek Dave 3-Sep-10 9:27am    
Edited for Grammar.
[no name] 10-Sep-12 19:06pm    
OPSWAT has a library, OESIS Local, with a COM interface that claims to generically support invoking client AVs (on Linux, Mac and Windows) to scan specified files. See, http://www.opswat.com/products/oesis-framework/oesis-local

1 solution

If you're talking about a web site upload, the long of the short of is that this cannot be done unless you force your users to install antivirus software.

For winforms apps, you could use the security center API to check if they have antivirus installed/enabled, or you could hit SourceForge, find an opensource project and try to build out/extract a DLL that would scan a single file for you.

Cheers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900