I would like to get the metadata of an image that a user drags and drops into a webpage. I have the drag and drop set up. However, the image isn\'t actually uploaded to a se
Basically, JavaScript cannot "touch" your local file, you just can do that using HTML5 + JavaScript or using Flash ActionScript
There is a library: ImageInfo - read image metadata with JavaScript. Between that and local file access in HTML5 you should be able to get it.
UPDATE New link for the imageinfo library.