I am working on an application which requires file upload and it also requires to scan the file with available antivirus on server.
I have heard abt APIS available from Symantec for application server.
Situatuion is like, I need to deploy the application at different places in the future. So, I am thinking to place a configuration file from where i am going to fetch available Antivirus & its path.
I want to use any available antivirus on server and then using command line, i want to pass file name and result back.
I am confused in passing file and retrieving back results.
Is it possible ?
