Skip to content

Instantly share code, notes, and snippets.

@aavrug
Created May 21, 2015 12:22
Show Gist options
  • Save aavrug/8a97e1025e5f1c5cb935 to your computer and use it in GitHub Desktop.
Save aavrug/8a97e1025e5f1c5cb935 to your computer and use it in GitHub Desktop.
echo $this->Form->create($user, ['type' => 'file']);
echo $this->Form->input($user, ['type' => 'file']);
echo $this->Form->input('profile_image', ['type' => 'file']);
echo $this->Form->button(__('Register'));
echo $this->Form->end();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment