Hi Isomorphic,
is there some way to implement Drag and Drop fileupload with current FormItems (perhaps CanvasItem?).
We have a customer request for this "that it works like in GMail":
I know that you can drop a file on the browser's native (native because of the "Datei auswählen" String on German, even though the showcase is loaded in English) FileItem:
But this is not modern enough here and a normal filedrop somewhere on the GUI in the Showcase just results in Chrome 68 opening the .txt-file.
12.1d Canvas does not have a "addFileDropHandler or similar". addDropHandler() seems to be related to SmartGWT internal DnD only.
If this is not possible yet, could you consider it as potential enhancement?
Thank you & Best regards
Blama
is there some way to implement Drag and Drop fileupload with current FormItems (perhaps CanvasItem?).
We have a customer request for this "that it works like in GMail":
I know that you can drop a file on the browser's native (native because of the "Datei auswählen" String on German, even though the showcase is loaded in English) FileItem:
But this is not modern enough here and a normal filedrop somewhere on the GUI in the Showcase just results in Chrome 68 opening the .txt-file.
12.1d Canvas does not have a "addFileDropHandler or similar". addDropHandler() seems to be related to SmartGWT internal DnD only.
If this is not possible yet, could you consider it as potential enhancement?
Thank you & Best regards
Blama
Comment