Connecting Tech Pros Worldwide Help | Site Map

Request fileinfo on drag/drop

  #1  
Old July 18th, 2006, 10:15 AM
Sjaakie
Guest
 
Posts: n/a
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
  #2  
Old July 19th, 2006, 08:35 AM
Vincent van Beveren
Guest
 
Posts: n/a

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
  #3  
Old July 19th, 2006, 09:35 AM
Sjaakie
Guest
 
Posts: n/a

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