Ember Drag and drop implementation

Hi,

I want to implement the drag and drop functionality in an Ember application. The user should be able to drag or copy a file and paste just as in outlook for an attachment and send request to the server to save the file.

Please help I am stuck.

Have you checked Ember Observer? There is this addon that may help you ember-file-upload.

2 Likes

I want to echo what @lvegerano said and recommend ember-file-upload. It works great with drag and drop file uploading!

1 Like