adam291086 Posted September 3, 2008 Share Posted September 3, 2008 within my upload script i have the line if(move_uploaded_file($_FILES['file'$i]['tmp_name'], $target)) ; this move the uploaded file to my destination. I am having trouble stating the file name $_FILES['file'$i] This is because the user has the option to choose how many files they up load. Therefore i need the name to be file and the value from $i. $i represents a number which comes from the users when they choose how many files they want to upload. Link to comment https://forums.phpfreaks.com/topic/122548-solved-upload-script-help/ Share on other sites More sharing options...
adam291086 Posted September 3, 2008 Author Share Posted September 3, 2008 solved it, was being stupid. Link to comment https://forums.phpfreaks.com/topic/122548-solved-upload-script-help/#findComment-632731 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.