The filefield allows for me to select a file or directory from the users machine
but I wanted to see a list of files and directories in the server. 

I thought I could use the 'ls' command to get a list of files and put it in a
scrolling_list or pop_menu but I do not know how to keep it going,i.e. if the 
user clicks on a directory then I have to 'ls directory-name' and then put 
those contents in the scroll_list . How would I do that ?
                                            Ganapathy

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to