PDA

View Full Version : How to upload whole directories with javascript vice one file at a time?


pc95
11-09-2007, 05:01 PM
Trying to develop a script that will upload whole directories of files (up to 200) for ftping....thanks.

SadButTrue
11-09-2007, 05:01 PM
You require too much control over the client machine - the only way to do it is via an Applet or AcitveX control.







_

Kaptain Krakatoa
11-09-2007, 05:01 PM
Javascript doesn't allow that kind of access to the file system.