in reply to User interface using drag and droop

I wrote App::drophandler (not yet released on CPAN), which allows you to drop your (local) files into a (local) browser window and then launch an arbitrary program whenever a file is dropped.

You can also use this as a bookmarklet for sending the current URL to a Perl process.

This is done by sending just the filename to Perl, so it will only work locally.

  • Comment on Re: User interface using drag and droop