b0n

Results 2 comments of b0n

I also write afterSave method with almost afterDelete code at Upload.Upload behavior. ```Php /** * Deletes the original files after the entity is saved * * @param Event $event *...

Hello general! I use Josegonzalez/cakephp-upload 3.0. Please checkout and try these. pathProcessor https://github.com/FriendsOfCake/cakephp-upload/blob/3.8.1/src/Model/Behavior/UploadBehavior.php#L171 getWriter https://github.com/FriendsOfCake/cakephp-upload/blob/3.8.1/src/Model/Behavior/UploadBehavior.php#L194 And Josegonzalez/cakephp-upload 6.0 has these methods. Please check this out. https://github.com/FriendsOfCake/cakephp-upload/blob/6.0.0/src/Model/Behavior/UploadBehavior.php