
November 25th, 2000, 12:55 PM
|
|
Junior Member
|
|
Join Date: Nov 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
ok I have a Form and i want to submit a Directory Path to a php script. How would I promt a Directory Dialog Box so that my users can select a directory from their HD...
I know you can do
<FORM METHOD="post" ACTION="somephp.php" ENCTYPE="multipart/form-data">
but that would give a Open File Dialog Box and I dont want to confuse the users with them selecting a File..
Any ideas? Thanks
|