Reply to Re: Multiple Images

Re: Multiple Images new!
by colin, 16 years, 5 months ago
The example on the main page does process the same upload thrice.

Do as following:
$foo = new Upload($_FILES['form_field']); 
if ($foo->uploaded) {
  // first processing
  $foo->xxxx = 'aaa';
  $foo->Process('/home/user/files/');

  // second processing
  $foo->xxxx = 'bbb';
  $foo->Process('/home/user/files/');
}
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