Skip to content

Instantly share code, notes, and snippets.

@keopx
Forked from DavidHernandez/import-files.php
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keopx/940de9ceeebeae7de655 to your computer and use it in GitHub Desktop.
Save keopx/940de9ceeebeae7de655 to your computer and use it in GitHub Desktop.
<?php
$file = system_retrieve_file($remote_file_url);
$node->field_image[$node->language][] = (array) $file;
node_save($node);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment