At 8:35 PM -0500 10/23/06, Rob Kritzer wrote:
Yes Tedd,

This is what I am having trouble with, I can see where you can upload each
file, but all I really need it to do is take the contents of a folder and
upload everything it finds in the directory.

Rob

Rob:

I understand what you're trying to do, and it _is_ php related -- ignore the troll.

Richard and Stut provided reference to the solution, namely:

http://us2.php.net/sockets

I have not done this myself, but I think the idea* is to have your server-side php script communicate with a your client-side php script via socket functions. As you can see, this takes two scripts -- one server-side and the other client-side. If you cannot set-up php on both ends, then you are left with uploading only one file at a time via a server-side php script.

hth's

tedd


* Gang -- please correct me if I'm wrong.
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

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

Reply via email to