Hi all, Via PHP are you able to upload a folder (lets say it is on my local machine) and all it contents (with are images) to a remote directory? If so, can anyone give me a few pointers?
Cheers
Not really. You could put them in a zip file and upload that. Or use an ftp client to upload them (assuming that you've got an ftp server on the host you're uploading to).
Thanks for the reply Weedpacket. I might just do that. Is there away to zip the directory in question via PHP or would i have to do this manually?
Originally posted by micmac Thanks for the reply Weedpacket. I might just do that. Is there away to zip the directory in question via PHP or would i have to do this manually? Cheers
Well..... if you wanted PHP to do it you'd have to upload the files first so that PHP can get to them....