I’m creating a file browser. I want the user to drag files from the user’s desktop, and drop them on to a folder group in an RG. This should begin a file upload.

The drag-and-drop “Drop Zone” unfortunately only accepts groups and not direct files from the browser.

The file upload element accepts files dropped on it, but seems to be limited to contain a small placeholder text like “Click to upload a file” and cannot contain a group inside it.

Is there a way I can have my own custom group as a file upload element or drop zone that accepts files directly?

The group will have for example a folder icon, the folder name, etc.