File Scan for virus using C# !!!!!
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Friends, I want to scan the file before upload on the server using c# and .net. Can anyone help on this. Please send me the useful link or suggestions. Thnaks and Rgds Nithin.
-
Hi Friends, I want to scan the file before upload on the server using c# and .net. Can anyone help on this. Please send me the useful link or suggestions. Thnaks and Rgds Nithin.
Of course there's nothing in the naked .NET framework for virus scanning. You'll need to either find a virus scanning API, or alternately, use an existing virus scanner and Process.Start it onto the file you want to scan.