kurt.santo 0 Posted May 25, 2008 Report Share Posted May 25, 2008 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 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.