You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2023. It is now read-only.
You can change the upload folder in CakePHP by simply attaching the upload behavior and passing path in the upload settings. Use these lines just before saving the data.
$this->User->Behaviors->attach('Upload');
$this->User->uploadSettings('profile_pic', 'path', 'Your new upload path');