I need to upload an image to my site, using either a drag and drop’d image (from the local machine, already works), or drag and drop’d from a other website (doesn’t work).
I am struggling to get the image being drop’d url and due to that I cannot process the image to be uploaded.
I have considered using the jquery.load(), but will still need the image url.
using
got me my url, no idea how I missed this!
I then just passed the URL to an asp.net page which handled the rest.