I want to scan each file that gets uploaded via my php upload script with clam anti-virus\'s clamscan tool. I think I\'ve got a good script written but I wan
Note that if your server runs a clamav daemon (clamd) it may be possible to use clamdscan instead of clamscan as proposed, this usage is faster since use virus signatures already loaded by clamd.