Connecting Tech Pros Worldwide Forums | Help | Site Map

Request fileinfo on drag/drop

Sjaakie
Guest
 
Posts: n/a
#1: Jul 18 '06
Is it possible to request filename and path of a file dragged from eg.
the desktop onto a drop-event-enabled element?
If so, an example will be appreciated.

Cheers

Vincent van Beveren
Guest
 
Posts: n/a
#2: Jul 19 '06

re: Request fileinfo on drag/drop


Sjaakie wrote:
Quote:
Is it possible to request filename and path of a file dragged from eg.
the desktop onto a drop-event-enabled element?
If so, an example will be appreciated.
Only if you are running on a trusted page, it *might* be possible in IE.
(I have never done it) But for normal sites, you can only implement
drag and drop in the browser, but not cross application.

Vincent
Sjaakie
Guest
 
Posts: n/a
#3: Jul 19 '06

re: Request fileinfo on drag/drop


Vincent van Beveren schreef:
Quote:
Sjaakie wrote:
Quote:
>Is it possible to request filename and path of a file dragged from eg.
>the desktop onto a drop-event-enabled element?
>If so, an example will be appreciated.
>
Only if you are running on a trusted page, it *might* be possible in IE.
(I have never done it) But for normal sites, you can only implement
drag and drop in the browser, but not cross application.
>
Vincent
Ok, I guess it's impossible.
Thanks
Closed Thread