How to check virus while uploading an image in asp.net.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hsegoy1979
    New Member
    • Jun 2008
    • 30

    How to check virus while uploading an image in asp.net.

    Dear All

    I have to create an application to do virus check before uploading an image.

    Any Help

    Yogesh
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    You want to write a virus checker program or just call one?
    I suggest just call one passing it the required parameters using the Process class.

    Comment

    • hsegoy1979
      New Member
      • Jun 2008
      • 30

      #3
      Originally posted by r035198x
      You want to write a virus checker program or just call one?
      I suggest just call one passing it the required parameters using the Process class.
      Thankx
      Iam new to asp.net ? Will u give me some idea or link so that i can write a virus checker program

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by hsegoy1979
        Thankx
        Iam new to asp.net ? Will u give me some idea or link so that i can write a virus checker program
        ASP.NET is hardly the defacto language for writing virus checker programs. You are better off using other languages for this (like C).

        Comment

        • CyberSoftHari
          Recognized Expert Contributor
          • Sep 2007
          • 488

          #5
          You can check the extension of the image and restrict only a particular type of image. But to restrict viruses you must use the Anti virus Software in server. If you have virus check in your project, then your project updating never come to an end.

          Comment

          • kenobewan
            Recognized Expert Specialist
            • Dec 2006
            • 4871

            #6
            Like the others I am struggling with your design. I agree with cybersofthari, any checking should be done on the server. Simple security measures are effective and that is why you don't hear of this being an issue on the net.

            Comment

            Working...