I'd like to make a routine that finds a predetermined amount of files that will always be found in the same location, and will always have the same filenames. Is it possible to find these files and then upload them to the webserver, with minimal user intervention?
Ideally, I'd want the user to click a button only once, which will then find these files locally and then upload them to the webserver. Initially I was going to use a form and make the user click a "Search File" window for each file, but I currently need to upload 20 small files at the same time, so that approach would be quite time consuming.
Any pointers or ideas?