Hi,
We've a web-based application wherein there is an option for Users to upload documents / files into our database. Before uploading any document / file, we want to send the file for free online virus scanning offered by few websites like http://virusscan.jotti.org/en, get the scan status from them. Only if the response status is OK, it should be allowed to uploaded to our database.
I even tried a solution given in: lindaocta.com/?cat=20
My question here is:
1) How do I handle in my application to directly send the document / file to the free online virus scanner websites without downloading the document to my server.
2) Nowadays web applications are developed using AJAX, hence response can be progressively updated in the page. If I try to read the response returned from free online virus scanner website, it is not what I expected. How do I solve this kind of scenarios?
Technologies OS: RedHat Linux ES5.0 Java 1.6 JSP Servlets Tomcat v6.0.10