Me and a couple of my friends from photographer school decided to go on vacation together to a city in Poland called Gdanks and we took a lot of pictures and had a lot of fun and all that good stuff. Anyways, so I made put up a little website that we are going to use for our presentation, and the other guys that I was with didnt understand how to log into the ftp shit and add the images manually, so I was wondering how I would go about making a form where they would upload the images directly from a upload page to a folder called something like /images/gdansk/ and then it would automatically show up on the site and there would also be an option to make it link to somewhere and make it have a name and description.
At the moment it looks sort of like this:
Source for each image:
<td align="center" bgcolor="#ffffff"><a href="#"><img height="300" alt="" src="./upload/images/gdansk1/" width="300" border="0"></a><br>
<strong><font color="#ff00ff" size="4">Picture <br>Day</font></strong><a href="./image1.html"></a></td>
So I basically want to be able to upload a image, insert the image link inside the <img src=""> and be able to change the Name, Day and link.
If you could help me out that would be great.