Open File Issue

e85andyou

New Member
Messages
49
Reaction score
0
Points
0
I have a code that I want to create but I am unsure how to accomplish a small portion.

Goal: I need the customer to be able to select a folder on their computer. When the form is submitted I need to load all the file names into an array including all files within folders. If anyone has any ideas or some sample code it would be greatly appreciated.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
I am pretty sure that javascript cannot do that on a client machine, due to security issues.
 

e85andyou

New Member
Messages
49
Reaction score
0
Points
0
Ill explain what im trying to do a little better. I have a folder on my computer that contains over 1000 jpg files. I want to be able to select that directory and submit the form. When the form is submitted it takes all the file names and creates a long variable seperated by commas sent to my php code. I know it is possible i just dont know how. If you have any ideas i am willing to try anything.
 
Last edited:
Top