Opened 10 years ago

Closed 10 years ago

#9914 closed Feature request (rejected)

Drag&Drop support for browser uploads

Reported by: Steven Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: Operating system type: Windows
Operating system version:

Description

Various websites such as Dropbox, Google Drive, and Imgur allow users to upload files by dragging and dropping files directly on to the browser window. However, trying to upload a file by dragging it from FileZilla into the browser window results in the following error.

"Could not determine the target of the Drag&Drop operation.
Either the shell extension is not installed properly or you didn't drop the files into an Explorer window."

Would it be possible to add support for dragging a file into a browser window for file uploads?

Change History (2)

comment:1 by Steven, 10 years ago

Also, forgot to mention that this only applies to files taken from a remote site. Dragging a file from a local site works as expected.

comment:2 by Tim Kosse, 10 years ago

Resolution: rejected
Status: newclosed

Unfortunately this isn't possible. In most cases it isn't possible to determine the target of a drag&drop operation, the Windows API does not provide this functionality.

The target needs to be known though as the source file does not exist.

This is only possible in case of Explorer due to the ICopyHook shell API.

Note: See TracTickets for help on using tickets.