Is there a way to upload an entire folder in php
Moderator: General Moderators
-
snehathomas184
- Forum Newbie
- Posts: 7
- Joined: Tue May 27, 2014 3:40 am
Is there a way to upload an entire folder in php
Is there a way to upload an entire folder from local disk in php? I know I can do one file at a time or I can put as many INPUT tags in my html as needed, but I was looking for a way to upload an entire folderw folder by one input tag.
Re: Is there a way to upload an entire folder in php
Code: Select all
<input type="file" multiple="multiple" name="foo[]">