Hi I have question I am trying to make gallery this is the code I have
Code:
$target = "images/gallery/" . $_FILES['uploaded']['name'] ;
The question I have is the web server I am using I am connect thought putty so would I need to add anythink else for this to work for example would I need
localhost/images/gallery
I am connection to my uni web server and using a ftp the top says that the folder I want to place the images in is located at
/users/start07/username/public_html/images/gallery
so what would I put I am little confussed and it hard to see what I need to do untill I know this is correct as I am getting errors at min but belive this to be becasue of not having the picture upload correctly many thanks
|