All Questions
1 question
5
votes
1
answer
15k
views
How to implement virus scan on file upload in a Spring 3 MVC application [closed]
I have to scan the uploaded files for virus and show appropriate messages to the user in a Spring 3 MVC app.
Currently I have configured file upload using Spring MVC 3. Once the file is recieved in ...