Drag drop upload example

Hi,

Is it possible to upload one or multiple files via drag and drop functionality?

Any example would be appreciated.

Regards

Supporting large files would also be nice (chunked files) :)

This is possible. There is a file drop component for handling this in the UI. This initiates standard browser file(s) upload, but your backend will need to implement the actual handling, so it will depend on what backend technology you use for how to implement the backend.

Is this file drop component mentioned in the manual? I didn't see it.