Reply to Re: Multiple local files processing

Re: Multiple local files processing new!
by colin, 13 years, 9 months ago
Sorry, I misread your post.

In order to process multiple local files, you need to do a loop around the class instantiation:
foreach ($files as $file) {
  $handle = new upload($file);
  .....
}
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