Search found 3 matches

by mikeybatesuk
Tue Dec 23, 2003 12:28 am
Forum: PHP - Code
Topic: Upload all files from a directory
Replies: 3
Views: 544

Afterplaying aroud with this some more I've decided that the ftp functions aren't going to work. I may be getting this wrong so please correct me if I'm looking at this wrong. I can open up a connection to an ftp server easily enough but what I want to do is allow the user on the client machine to u...
by mikeybatesuk
Tue Dec 02, 2003 11:49 pm
Forum: PHP - Code
Topic: Upload all files from a directory
Replies: 3
Views: 544

Cheers, I was poking around in the dark there but they look like exactly what I'm after. Thanks for the pointer.

Mike
by mikeybatesuk
Tue Dec 02, 2003 10:45 pm
Forum: PHP - Code
Topic: Upload all files from a directory
Replies: 3
Views: 544

Upload all files from a directory

Does anyone know if there is any way of doing this? The problems I face in creating a function/class that can handle this are: User needs to select a directory not a file which (as far as I know) <input type="file"> doesn't allow. Any ideas? (All files in this directory then needs to be pa...