Skip to content

Instantly share code, notes, and snippets.

Created July 2, 2013 21:22
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 anonymous/5913276 to your computer and use it in GitHub Desktop.
Save anonymous/5913276 to your computer and use it in GitHub Desktop.
$image = Image::create();
$image->Filename = $image->Name = 'assets/people/'.$filename;
$image->Title = $title;
$image->write();
//$image->Filename is 'assets/filename' rather than 'assets/people/filename' until the 2nd request, so image is blank until 2nd request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment