View Single Post
Old 07-20-2009, 03:31 AM   #8 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Quote:
Originally Posted by adamdecaf View Post
A:
PHP Code:
echo rand(0,100); 
Q: How can you move a file which has been uploaded? (Assume that it is in the $_FILES array).
move_uploaded_file();

Why is MIME type a bad way to validate your uploads?
__________________

Village Idiot is offline  
Reply With Quote