File Upload - Virus check before upload
Copy link to clipboard
Copied
Hi Friends
We have requirement to check virus before uploading files (CFFILE) . Is there any solution around it? Your help really apprciated.
thanks
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Thanks for your response.
Your correct. What I mean that after upload I need to do virus check.
Currently I'm uploading file in to the root directory, after that I need to do virus check, if i found virus then need to delete the file.
Can you please suggest me?
Copy link to clipboard
Copied
Nothing in detail.
Take a look at your prefered virus scanning tool.
FInd out how that tool allows you to progamically scan files. Often they can be configured to scan any file that is saved to specific directories and|or be run by command line code.
Use ColdFusion to either put the file in the specified directory for scanning OR the <cfexecute...> tag to run command line codes.
Realize there is usually a big difference between virus scan tools desigend to be used by home and office users on their desk top systems and virus scan tools designed to be used on a sever such as you want to here.

