Live Antivirus Scan for file upload
Hello people!
Without going to much into detail: I am working on a website where users can upload files. These files are zipped, so no single images or such.
I want to scan these files for malicious contents when the user uploads them to the server via a form
Could you enlighten me a bit on this topic which I know few things about and point me to some web resources to solve my problem?
Virus Scan during file Upload in asp.net c#.net
Hi,
In my application I have to upload documents, before uploading I want to scan for viruses. McAfee is installed on the server, I want to know how to trigger
(1) scanning from the server side code(i.e command prompt scanning basically I want code for writing server side process to initiate command prompt scanning)
(2) after scanning, it should write somewhere in the disk that files are infected or not, how to achieve this.
Please help,
Thanks in advance