Posted by Jim Michaels on 01/10/06 05:05
I have also found there is a limit on the total size of the upload if I
remember right.
"Hilarion" <hilarion@SPAM.op.SMIECI.pl> wrote in message
news:dmpji8$36d$1@news.onet.pl...
>> 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]
|