Drag and Drop in chrome? In regards to images

Hello,
I have a set of code I have been working on for a bit now and I have drag and drop working in every browser except chrome and IE9.

In Chrome it appears when i set the e.dataTransfer.setData(‘text/html’, url); to an image (for example http://example.com/image1.jpg would be the information within url) it adds <meta http> information which makes the drag and drop link incorrectly. Firefox, and safari seem to be doing fine in regards to drag and drop.

Is there something I may be not realizing about chrome in regards to drag and drop? I can post code if you would like as well.

The website is kdmalik.com/DEVDERBY/ sorry forgot to mention that!