Jump to content

Moving various files to permanent location


kurt.santo

Recommended Posts

How do you move files into their permanent location if the varibles have different name (img1, img2, logo)? I use one file ok with:

// move the file over			if(move_uploaded_file($_FILES['img1']['tmp_name'], "{$images}/{$img1}")) {			echo '<p>the file has been uploaded ok</p>';			} else {			echo '<p>the file upload did not work</p>';			}

Not all fields are nessesary to upload.Kurt

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...