I think you'll have to write a Java applet to do this - you'll have the addition issue that the applet in question would have to be signed and the certificate accepted on the client. If you could guarantee that all your clients will use a certain browser type then this will not be an issue but if you have a mix of IE clients running a 1.1 JVM and other browsers running 1.3 or 1.4 JVMs you're going to have a headache.
The basic job of bringing up a directory selection dialog from the applet would not be an issue, but the interface between the applet and the page (for the purposes of submitting the data) will probably have to take the form of JavaScript - so you have another dependency to worry about.


Regards

Duncan Mills
Senior Principal Product Manager
Oracle Application Development Tools

[EMAIL PROTECTED]



praveen kulkarni wrote:

Hi Leon,

I understood that <html:file> cannot search from server, thanks.

I have to provide an user interface which allows to browse only directories

how can i do this?

Thanks in advance Praveen.


Yahoo! India Matrimony: Find your partner online.



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



Reply via email to