Hi,
I apologize if this has been brought up before. For some reason the default files app in OnDemand 3.1 flattens folders uploaded to it.
Here’s an example:
$ tree ondemand-test
ondemand-test
├── test1
│ └── test.txt
└── test2
└── test3.txt
3 directories, 2 files
When I attempt to upload this folder, I get:
.DS_Store
is a Mac thing, no big deal there, but I would have expected all of the folders to be included in this. Apparently this is a known issue with the “Uppy” (sp?) tool? Is anyone else aware of this?