Hi,
I want to use the drag and drop concept in my web browser (IE 6.0).This is my scenario, I want to drag and drop objects(objects like Word,Excel,Outlookmail from my desktop) to my web browser(where the web browser will have a container element div tag). After the element is dropped in my browser container (div tag), based on the type of object placed in the container, i have to automate it in the client side through javascript and save it in the server. To identify the type of object draged and dropped, it have to get the source location from where the object was dragged.
Is it possible to get path of the object through javascript. If so what will be code used. Please help me on this.
Your help on this would be greatly appreciated