scan the files for viruses automatically in ASP.NET and C#.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kishorealla
    New Member
    • Mar 2008
    • 4

    scan the files for viruses automatically in ASP.NET and C#.NET

    Hello,

    We have a file upload feature in one of our websites developed in ASP.NET and C#.NET. We would like to scan the files for viruses automatically before they are being uploaded into our server. We are using AVG server edition on our server. How can we enable this feature. Any help would be appreciated.

    Thanks
    Satish Ch.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    You cannot scan a file for viruses before the file is uploaded to the server. My recommendation would be to scan the file immediately after uploading it to determine whether or not to delete the file.

    -Frinny

    Comment

    Working...