YOu can select multiple files, then create an array holding all the file names and upload them inside a WHILE loop... but this solution will be platform dependant... better solution is just to provide multiple form fields... or, in case you want to upload a whole directory, scan it, retrieve all the file names, and upload them one after the other using a while loop 🙂