drag and drop images on applet from local file system
Srikar Sarma
Greenhorn
Joined: Jan 25, 2007
Posts: 2
posted
0
Hi all,
I have a functionality in my web page where i need to drag and drop an image from my file system on to an applet and my web page should receive the file path of the dropped image.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35220
7
posted
0
Welcome to JavaRanch.
The Swing toolkit includes drag-n-drop, which can do that. The applet will need to be signed for this to work.