Is it possible to drag and drop a File into a Control Input Text in tool mode?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Ramshell

I been looking for an answer for days. I implemented the drop_data and can_drop_data methods but they are not called in my Control. Anybody knows a way to implement this?

I want to drag a file from the FileSystem tab to a plugin input text and set its text with the file name.