Four Js Development Tools Forum

General => General Discussion => Topic started by: Greg B. on November 08, 2021, 09:14:41 am



Title: Drag and drop multiple rows to desktop
Post by: Greg B. on November 08, 2021, 09:14:41 am
Hi,

We are trying to write an application that allow multiple files to be dragged from a Linux server onto the desktop - has anyone had any success if doing this?

At the moment we have only had success with a single file drag and drop. When multiple rows are selected then only 1 of the selected files ends up on the PC desktop. This is possibly due to setBuffer only containing a single file and being overwritten. We have tried building a string of files and using that in setBuffer as the parameter but that did not solve the problem.

Any advice would be appreciated.


Regards,

Greg