multiple upload resize images

See all posts See thread Reply

Re: multiple upload resize images new!
by colin, 16 years, 1 month ago
What does it print out if you add the following line?
echo print_r($files, 1);
foreach ($files as $file) {
Reply