rokgodiaday
New Member
I have a live site and I want that if the user press the button Select Folder it will prompt user a dialog and search in his local directory what folder he wants. How can I possibly achieve this?Similar to this but this is a file, I want a folder\[code\] <form id="myForm" class="form-inline" enctype="multipart/form-data" action="wp-content/themes/twentyelevenchild/generate.php?file_name=<?php echo $_GET['file_name']; ?>" method="post"> <input type="hidden" class="csv_file" name="MAX_FILE_SIZE" value="http://stackoverflow.com/questions/14556891/100000"> <input name="csv_file" type="file"> <input type="button" class="btn btnGenerateCsv" value="http://stackoverflow.com/questions/14556891/Generate"></form>\[/code\]