I want to upload multiple folder( folder and its sub folder) using javascript. Now I am able to upload a single folder which contain more than one files using this code
<input style="margin-left:3%;" type="file" class="width-75" name="docfile[]" id="docFile" onchange="getSelectedFiles(event)" webkitdirectory>
But how can I upload multiple folder at a time? Is it possible? Or what changes are made into this code to make it possible? Anybody please help me..