Drop file from Servoy to OS / application

Is it possible to drag & drop a file from Servoy into another application? For example showing a file on a form and allow it to drag & drop to the file explorer.

this could potentially work in a smart client but will not work for the web

jcompagner:
this could potentially work in a smart client but will not work for the web

Could you give me a hint how to realize that in Smart Client? Do I only need to put a JSFile to a form variable, but form variables type “Can be one of: TEXT, INTEGER, NUMBER, DATETIME or MEDIA.” and not a JSFile?

don’t think it currently will work because you really have to set the right types (transfer types in de drag) that also the os can understand.
Not sure if that is currently really possible,

If you want to store anything in a formvariable just use MEDIA that is kind of like “Object”
Or just type it as JSFile directly (just type it in in the script editor directly)