Download Drag and Drop File Using GWT

I am trying to implement drag and drop file upload for my GWT application. I tried

http://www.vectomatic.org/gwt/lib-gwt-file-test-latest/lib-gwt-file-test.html http://map-notes.blogspot.com/2013/01/minimal-implementation -of-file-drag-and.html

However, the demonstration itself does not work. What are my options for implementing this for my application without using any Flash solution.

+4
source share
1 answer

I am using GWT Uplader -

http://www.moxiegroup.com/moxieapps/gwt-uploader/

HTML5, DOM Javascript. , ( IE 9 ), GWT Uploader SWFUpload Flash.

, , , flash - HTML5. , .

+3

All Articles