Jason Wong wrote:
On Wednesday 02 April 2003 22:08, Kenn Murrah wrote:

yes, of course they can ... but i'm looking for a way to automate the
process for them (a method which may not exist) .. i suppose i can give
them the option to upload multiple files using multiple input fields, but
I'd really like to find a way to select an entire folder instead ...


Can't be done.

You can investigate the use of client-side scripting.


*can't* do it with PHP, but ...


If this is a real priority, you can write some sort of ActiveX component that you can use to upload. However, you will have to ask the client for security permissions, since client apps do not have access to the remote file system (for good reason).

Either that, or you can write a Java applet to do it.

Bottom line, no way to do it with PHP, but if you really want it done, look to other languages.

--
Burhan Khalid
phplist[at]meidomus[dot]com





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to