Hello, how can I allow the user to select a folder on their computer then loop through the folder and upload/process each image to a folder on the server. The only files in the folder are images(jpg.png, gif).
I know how to upload the file and process the image. I need help with the user to select the folder of images they want to upload and the looping part.
Thanks!