|
Posted by BLob on 12/16/05 17:03
> Is it possible to upload a complete folder including the subfolders using
> PHP ?
The user has to zip the folder, upload the zipped file through an HTML form,
and your script can unzip the file on the server side, an re-create the
subfolders. Otherwise it is impossible to browse the client's hard drive or
to upload a whole folder using an HTML form (this is a necessary limit of
HTML forms). Other solutions might use ActiveX, Java Applets, or things like
that.
BLob
Navigation:
[Reply to this message]
|