There is a program where by clicking on the button you can download the file. How to make it so that you can simply drag the file to the window and it is loaded?

  • 2
    Add a drag event handler to the program. - Sergey Gornostaev
  • Or use a ready-made script, for example this: watch an example - Roman
  • @ Roman Java and Javascript are two different languages ​​with only 4 letters in common. - Sergey Gornostaev

0