Posted by Hilarion on 10/07/73 11:33
> Is it possible to upload an entire folder - not just one file - using PHP?
>
> Alternatively, is it possible to detect the contents of a specified folder
> and upload all the files from that folder?
Upload from where to where? If PHP works on a server, then only upload
action it can perform is uploading data to some other server (in this case
it can upload as many files as it "wants"). If you are talking about
uploading to PHP server by HTTP, then PHP has not much to do here (it works
AFTER the upload has been made). What gets uploaded depends only on the
client who does the upload (web browser client).
Hilarion
[Back to original message]
|