Reply to Re: How to process multiple images that are inside a folder?

Re: How to process multiple images that are inside a folder? new!
by Marcio Alves, 12 years, 6 months ago
Understand, but the error persists

For simplicity, where I enter the address that contains all the pictures I want to run the class?

Example 1)
$handle = new upload('/home/user/photos/', 'pt_BR');?

Example 2)
$files = array('/home/user/photos/'.$file);
foreach ($files as $k => $l) {
  foreach ($l as $i => $v) {
    if (!array_key_exists($i, $files))
      $files[$i] = array();
    $files[$i][$k] = $v;
  }
}

Other location?

Please, help me

ThanksReply

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