Reply to Re: How To Block Fake image Files

Re: How To Block Fake image Files new!
by Yavuz, 14 years, 5 months ago
Here my Codes : But Dont Work.

if ($handle->uploaded){	
  $handle->allowed 		= array('image/jpeg','image/gif','image/png');
  $handle->file_safe_name	= true; 
  $handle->mime_check		= true; 
  $handle->mime_magic_check	= true;
  $handle->mime_getimagesize	= true;		
  $handle->no_script		= true; 
  $handle->file_overwrite	= false;
  $handle->image_resize		= true;
  $handle->image_ratio_y	= true;
  //..........
}
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important