LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Html Javascript help (https://www.linuxquestions.org/questions/programming-9/html-javascript-help-303152/)

apt 03-18-2005 08:38 AM

Html Javascript help
 
I have designed a html to enter the absolute path of the folder. I thought of doing the same by provinding a button to browse for Folders and from that they can browse folder name.

How can i do this using html and javascript or from php?

Any help would be appreciated. Thanks in advance
-apt

Mohsen 03-18-2005 09:58 AM

I don't think you can do such thing by Javascript, since it has no control over client's disk (except for cookies, which is not really a control).
In clientside technology you may only do this through a java applet (which should be authorised), or VBscript (which works only on IE).
About serverside technologies such as PHP or ASP(.net) you may do all these very easy (but if the user who runs the application is an authorised user for some folders).
Here is a sample with ASP (you may find similar solutions for PHP, just google it!). http://www.iisworks.com/fileman/

Mohsen 03-18-2005 10:09 AM

Here is some PHP solutions:
http://www.solitude.dk/filethingie/
http://phpfm.sourceforge.net/

apt 03-20-2005 11:46 PM

Thanks for your prompt replies


All times are GMT -5. The time now is 11:23 PM.