Hello,
I'm looking to find a method of uploading the entire contents of a directory without having to individually select each file in a seperate input type=file.
Does anybody know a means to open a 'browse' dialog and select a directory/folder which can then be passed as a post variable. Once I get this done I am confident I can use system commands to get a list of the files and then simply do a loop to upload each file.
The hard part is getting that directory name (I can't trust my users to type the directory name themselves).
Any advice? Or does anybody have any other opinions as to how to do this? All advice would be much appreciated.