Skip to content

Instantly share code, notes, and snippets.

@DavidHernandez
Created July 14, 2015 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save DavidHernandez/38b82c64340423b5fdd9 to your computer and use it in GitHub Desktop.
Save DavidHernandez/38b82c64340423b5fdd9 to your computer and use it in GitHub Desktop.
Save a remote file into local storage and add it to a file field
<?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