Hi,
 
I am on FreeBSD and want to put a form on my website whereby visitors can send a message plus a CV attachment (probably in MS Word format). The tricky part is that the attachment will be saved on the server AND forwarded onto a third party recipient by e-mail.
 
I already have the scripting in place for all this to work (normal html FORM + PHP) except without virus checking. I am worried that someone will upload a virus, which will leave a copy on the server and forward it to the other person (getting me in trouble).
 
I have currently got no AV installed and want to know if installing ClamAV will let me call the virus scanner from a PHP script during the upload process and reject/accept the attachment based on the results.
 
Your help would be most appreciated, since I've been scouring search engines and forums for a solution to this problem for days and days.
 
Suril

Reply via email to