On Wednesday 22 September 2004 05:16, Greg Donald wrote: > On Tue, 21 Sep 2004 23:05:17 +0200, Joerg P <[EMAIL PROTECTED]> wrote: > > I am building a script only for local use and would like the user to > > choose a specific folder on his computer, to catalogize all files in > > this folder. > > > > How do I let the user choose this folder? > > <input type="file">
That would only give the name of a file. <input type="text"> would be more useful. Or perhaps have php generate a list of folders to choose from. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* When a lion meets another with a louder roar, the first lion thinks the last a bore. -- G.B. Shaw */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php