Quick question guys,
I am trying to configure a virus scanner to scan file uploads by users and am just curious whether they must be stored on the server before being scanned or if you can scan before saving the file? I am running apache on linux with php.
Any advice appreciated.
Uploads go in
/tmp, where they should be safe to scan prior to usingmove_uploaded_fileto place them somewhere more permanent.