Possible Duplicate:
how to upload folder with php
I know we can upload single or multiple files. But I want to select the entire directory. Is it possible?
Possible Duplicate:
how to upload folder with php
I know we can upload single or multiple files. But I want to select the entire directory. Is it possible?
PHP is serverside, and the program uploading stuff is the browser. The correct question is "Can a browser upload a whole folder?". And the reply is: most browsers are programed to upload single files.. but It would be possible to write a browser to tar.gz a folder, and upload that file.
The protocol as not limitation on how much files attachements are uploaded.
Other related protocol is webdav...