Reply to Upload to different directories

Upload to different directories new!
by Rene Buruma, 15 years ago
I want to us this php script to integrate an image library for all my birds. Each bird has a unique number. I call the upload.php like this:
form name="form2" enctype="multipart/form-data" method="post" action="upload.php?upload_dir="

I am retrieving this value in upload.php like this:
$dir = $_GET['upload_dir'];

Then I want the image to be uploaded to the correct directory using the value of $dir. Something like this:
$handle->Process('./jGallery/albums/$dir');

But this doesn't work.

Can anyone help me out on this ?

Kins regards,

ReneReply

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