I have just set up an admin area for updating my database. It contains mainly text such as address, area and price ect. I now want to put in a script for uploading an image to a folder called 'images'. Have had a poor attempt at doing this. Everything else uploads great except the image.
The files will be GIF or JPG only. The form is in 'multipart/form data' already and I only want to select the images by a browser button. Then when I press the submit button I just need the image selected to go into the image file.
Any help appreciated guys.