You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what you are trying to do? Why are you implementing all this logic yourself if that's what dashboard is precisely supposed to do for you?
The goal is to get the entry directory structure including empty folders. Dashboard is ignoring empty folders, so you cannot get the entire folder structure including the empty folders as part of the built-in onDrop event. It seems like the Dashboard onDrop is acting different than a standard onDrop is.
Initial checklist
Link to runnable example
No response
Steps to reproduce
Configure Uppy with the Dashboard onDrop event (https://uppy.io/docs/dashboard/#ondropevent).
Create Folder 1 with 2 subfolders (Folder 2 and Folder 3), put a file in Folder 3.
Drag and drop Folder 1.
Expected behavior
The directory structure should show the directories and the files in the defined rootDirectory.
Actual behavior
The rootDirectory is empty.
The text was updated successfully, but these errors were encountered: