Can folder structure be maintained with "File drop (upload only)" share link

Just testing out the public “File drop” type share link.

If I drop a folder with subfolders nextcloud just walks the folder tree and “flattens” to the root upload folder. All the folder structure is lost including the parent folder.

i.e. if I drag and drop myfolder

- myfolder
  somefile.txt
  - anotherfolder
     somefileagain.txt

to a folder named uploads for which I have created a file drop link I want uploads to have the directory structure

- uploads
  - myfolder
    somefile.txt
    - anotherfolder
       somefileagain.txt

but one gets

- uploads
  somefile.txt
  somefileagain.txt

I don’t see any option under create share dialog to “maintain folder structure” so is this even possible at this time? I’m running latest 22+ (22.1.1) from a docker container using sqlite and caddy.