Search found 3 matches
- 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...
- Tue Dec 02, 2003 11:49 pm
- Forum: PHP - Code
- Topic: Upload all files from a directory
- Replies: 3
- Views: 544
- 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...