I've been trying to find out how to do this.
The only thing I have been able to find is uploading an image and then AJAX previewing the uploaded image.
How can I do the same for image url?
i.e. The user submits an image url and then AJAX gives a preview of the image.
If there's another way to do this with other technologies, JQuery, HTML5 that is fine too. :)
UPDATE:
To make this clear, I am referring to a input type="text" NOT a input type="file"