chrisj
Thu 31 May 2007, 09:29 pm GMT +0200
Re: Easy PHP Upload
Can you tell me typically, how do web site owners protect themselves from users who may upload a file containing a
virus?
olaf
Thu 31 May 2007, 11:18 pm GMT +0200
how many viruses do you know for a linux machine? ;)
you can use mime to check a file before saving on the server
Nikolas
Fri 1 June 2007, 10:46 am GMT +0200
I think he means viruses that can be later downloaded by other users.
To do this you need an antivirus in your server, and use shell_exec() to use it.
olaf
Fri 1 June 2007, 12:16 pm GMT +0200
I think he means viruses that can be later downloaded by other users.
maybe :)