RE: File selection dialog

2002-06-27 Thread krishnag
I am writing a perl/CGI script that creates a form to get some infomation from the user, one such item is a directory name. I used 'fielfield' which creates a ba browse button but it can only access the directory in the users machine but I want the list of files in the server. The user will not

RE: File selection dialog

2002-06-27 Thread Nikola Janceski
first off.. I wouldn't be using 'ls' that has gotten me into trouble especially when people have ls aliased to 'ls -ltr' use opendir(), readdir() and closedir(). second I am sure that there is a widget or code somewhere that someone wrote that does what you want. Just look for it, (I don't know w