View Single Post
Old Jun 3rd, 2006, 6:30 AM   #6
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Quote:
Originally Posted by MegaArcon
Java Applet, eh? So create an applet to prompt the user with a search box and then use that to submit the form?
The applet would have to be signed by a trusted signature in order to access filesystem information, and even then a box would pop up asking you for confirmation. Trusted signatures that will work on any Java enabled machines aren't cheap, either.

Generally speaking, there isn't an easy way to manipulate a directory from a website. Browsers are designed specifically to stop that sort of potentially malicious tampering. The only way to get around it is to use a third-party plugin, like Java, although most popular plugins have extensive security measures designed to prevent access to the local filesystem.
Arevos is offline   Reply With Quote