Forum Moderators: coopster

Message Too Old, No Replies

PHP Antivirus scanner

AV scan for files uploaded

         

agbenny

5:09 am on Oct 21, 2008 (gmt 0)

10+ Year Member



Hi, I am looking for a script/API which scans the files uploaded (through a web form), which has the capability of on-the-go scanning and reporting. Is there any Script available from any AV vendors as an API (paid version is also fine).
You help is appreciated.

coopster

2:36 pm on Oct 21, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



The open source package "moodle" uses ClamAV, an open source antivirus solution, to scan uploaded documents. You could pull down a copy of moodle and find the module/function/method that performs the scan and implement your own routine.