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.
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.
I want to echo what @lvegerano said and recommend ember-file-upload. It works great with drag and drop file uploading!