Reply to Re: Color index out of range!

Re: Color index out of range! new!
by Paraleste Radu, 15 years ago
ups...cod is:
error_reporting(E_ALL);
include('class.upload.php');
$handle = new Upload($_FILES['my_field']);
if ($handle->uploaded) {
  $handle->image_resize = true;
  $handle->image_ratio_y = true;
  $handle->image_x = 400;
  $handle->file_new_name_body = 'xxx';
}
$handle->Process('/images/');
echo $handle->error;
$handle-> Clean();

wrong copy..:DReply

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