[snip] >Does anyone know what the best way to list a directory dialog box or >directory drop down list in >Php? The script I'm writing has a form that asks the user where his >files are and I don't want the >user to have to remember the whole directory path in order to type it. > >Sean > > > u can also use <input name="myfile" type="file"> this will open the Explorer dialog box for select files. [/snip] Along these same lines, does anyone know how to make the file dialog start in a specific directory? I saw this the other day but forgot where. I clicked browse and the dialog popped up pointed to My Pictures (which at least works for most Windblows users). I meant to look at the code, but didn't.... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php