Virus scan with java while uploading/downloading file
Hi,
I have a client requirement in my project. For that I am eagerly looking for help of java lovers.
Requirement: I have a xml and txt uploading screen in my project. Now when user will upload the data through this screen to server. First the file should be go through with virus scan. In this way user wants to remove viruses from the file when uploading.
Secondly, IF user wants to download any shared file it also should go through Virus scan.
So, we have to use this virus scan mechanism in server, so before storing the file to DB. We should scan it and if any unavoidable threat found then inform the user.
Waiting for the reply. Thanks in advance.