How do I upload a file to a specific user folder using php? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I upload a file to a specific user folder using php?

I want to upload a file to a specific user folder using php. I have three php files; create.php, update.pho and uploadfile.php. I already did the part where when a user is created in create.php a new folder (named user) is created in the studentsfiles folder for that particular new student created. Now when I try to update the student details in update.php, there is a section for me to upload the students files. I'd like to upload the student files in their respective folders. I need your assistance in uploading the files to the respective student folders rather then to the general studentsfiles folder.

22nd May 2022, 4:08 PM
Jay
2 Answers
0
So each user has folder in which you want upload files? Then I would recomend foreach loop And inside it move_upload function.
27th May 2022, 7:02 PM
Václav Dostál
Václav Dostál - avatar
0
Václav Dostál thank you, I managed to get it done already
27th May 2022, 9:20 PM
Jay