Is it possible to have a bookmarklet that grabs an image from a website (say, nytimes.com or the like) and inserts it into a CCK imagefield? How about video?

Comments

Solipsist@drupal.org’s picture

CCK Image fields do not support uploading from remote sites AFAIK so I don't think it's possible. You'd have to download the file locally first, which would result in the browser prompting the user. Then the user would have to reupload the file which would take some time. If you can grab the file from the remote site and pull it to your site directly, that would be the best.