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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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…