Click here to Skip to main content
15,886,780 members

Comments by Member 9470684 (Top 6 by date)

Member 9470684 5-Mar-13 2:32am View    
thats why i was storing filenames in a seperate file using shell script and then reading this file. i think jquery has access to local system. may be m wrong but i read about load method of jquery which can load the content of a file which is in local system into a html element. my requirement is like this, so if u hav an alternative. plz share.you hav more experience than me.
Member 9470684 5-Mar-13 2:08am View    
ya, i want the client to see the files that are available in the directory, without giving him the access to browse that directory. so i just want to show the files that are currently inside the directory when the page is loaded.we are using shell scripts and a perl.
Member 9470684 4-Mar-13 23:29pm View    
so for this i thought of storing all file names in a seperate text file n loading the combobox from that text file. i saw a load method of jquery which load the contents of a file in a html element. so i thought of this technique.. if you have any other way to do this, plz tell me..
Member 9470684 4-Mar-13 23:28pm View    
Actually my requirement as follows.
There is a directory which contain some files. i want to fetch those file names from the directory n load it into the combobox in html page. since the files in the directory keeps changing so the names in combobox must also change according to the contents of the directory. the user accesing the webpage should be able to select a filename from the combobox.
Member 9470684 4-Mar-13 23:25pm View    
Deleted
so for this i thought of storing all file names in a seperate text file n loading the combobox from that text file. i saw a load method of jquery which load the contents of a file in a html element. so i thought of this technique.. if you have any other way to do this, plz tell me..