Skip to content Skip to sidebar Skip to footer

Php Form Uploading Multiple Image Files

I'm trying to create a site where the user has to upload at least a profile picture, and 4 additional yet optional pictures. I'm struggling to wrap my head around the logic require

Solution 1:

Thanks to Hasibur Rahaman for the solution. I changed it into a function and called it when $_FILES['image name'] is not empty.


Post a Comment for "Php Form Uploading Multiple Image Files"