Skip to content

Instantly share code, notes, and snippets.

@doonot
Created July 25, 2016 16:04
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 doonot/d9d8f6890087189f02449419913177c3 to your computer and use it in GitHub Desktop.
Save doonot/d9d8f6890087189f02449419913177c3 to your computer and use it in GitHub Desktop.
Uploadable
$this->addBehavior('Utils.Uploadable', [
'avatar' => [
'path' => '{ROOT}{DS}{WEBROOT}{DS}files{DS}{model}{DS}avatar{DS}{field}{DS}',
'fields' => [
'fileName' => 'avatar'
]
]
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment