如何在php中上传文件夹

Hi i wanted to upload folder and move to some destination is it possible doing in php ? or at least i can read the folder name and create same folder in divination and copy all files into created folder.

You can do this with the new HTML5 directory capabilities. Just put the directory attributes in your input field. After you got the directory server-side, you can do everything you want with it.

URL for a simple guide:

http://www.w3bees.com/2013/03/directory-upload-using-html-5-and-php.html