Reply to Not completely work!

Not completely work! new!
by Kuddusi DEMİR, 14 years, 10 months ago
$handle->mime_check = true;
$handle->allowed = array('image/*');
$handle->forbidden = array('application/*');
$handle->file_max_size = '102400';
$upload->image_resize = true;
$upload->image_x = 124;
$upload->image_ratio_y = true;
$handle->image_convert = 'jpg';
$upload->process('upload');
if ($upload->processed) {...

Resizing, but not restrict out of image files, and not rename, and not converting to the jpg.
Can anyone tell me why?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