I am working on PHP and i am stuck where i want to get folder/directory name which i select in file upload control.
It is working fine, but i am not able to get folder name using jQuery.
<input type="file" name="files[]" id="audios" multiple="" directory="" webkitdirectory="" mozdirectory="">
My code is like above, i just want to get folder name instead of all file names included in that folder.
Any help will be great, Thanks in advance :)