How to read full path on uploaded files?
I tried to drag and drop many folders to upload at a time.
However, I could only see the filename from FileList object.
How could I get the file path in this case?
If read file paths is not allowed, can we allow users to upload a .zip file which contains multi-level folders and unzip it on the frontend. Can we get the file_path information by doing so?