We use jquery fileupload to drag files (and folders) from the local computer to the browser. This works fine, but we cannot grab the directory structure of the files in the folder. I understand why (in terms of security and javascript) this does not work, but does anyone have any thoughts on better ways to achieve the same.
Again, I want my client (internal application) to drag the folder into my application. My application can see a list of file names and they are loading, but I would like to maintain a directory structure of these files for use elsewhere. those. Itβs important for me to know that this came from the x / 1 / a directory, not y / 2 / b.
Thanks in advance!
javascript jquery file-upload jquery-file-upload javascript-security
Arthur frankel
source share