Page 1 of 1

How to upload files from local directory?

Posted: Sun Jun 18, 2006 3:51 am
by scarabee
I have seen that on some websites you can just specify a path to a local directory and some php code uploads all files in this directory. How do I do this? Can someone help me with either php code or info about how to do it on my own site?


Thanks, Sigurd!

Posted: Sun Jun 18, 2006 7:25 am
by tecktalkcm0391

Posted: Sun Jun 18, 2006 7:56 am
by feyd
Flash, Java and ActiveX can do it. PHP, by itself, cannot until it becomes a client side language with file system I/O.