Is there any way to scan the file uploaded by user in their machine using PHP?
I am creating a website using PHP, where I give users the privilege to upload files of any format. Now I want to scan the files uploaded by the users for any virus or malware. Also I want to scan it before placing it in the server.
Is there any Online sites available to scan those files? Or give me any other best way to achieve this.
I am using Xampp (phpmyadmin) in Windows.
Any Suggestion?