i have just checked that script and it doesent work
well it does, but it only uploads to $uploaddir and not to u$uploaddirl
This is my form:
Code:
<form action="upload.php" method="post" enctype="multipart/form-data">
<div id="form">
<label class="boldital" for="file">Image:</label>
<input type="file" name="file" id="file">
<br>
<br>
<input type="submit" id="upload" name="upload" value="Upload">
</div>
My galleries are as follows:
Pool - pool_gallery
------ pool_largegallery
Skating - skating_gallery
----------skating_gallerylarge
Random - gallery
----------gallerylarge
Thats it basically, i think i understand tha basics of what you mean, but i may be wrong and actually understand none of it!! lol
i know i will need to put an option in the form to select the gallery name, then set the option to the variable that contains that relevent gallery name?
Am i on the right track?
thanks again
jon