FriendsOfCake / cakephp-upload

CakePHP: Handle file uploading sans ridiculous automagic
https://cakephp-upload.readthedocs.io/
MIT License
551 stars 255 forks source link

Ensure transformer recieves filename generated by path processor. #536

Closed ADmad closed 4 years ago

ADmad commented 4 years ago

Closes #533.

mstroink commented 4 years ago

Thx for taking the time to fix this. I just tested it in my project and it works (for me) as expected.

ADmad commented 4 years ago

@mstroink Welcome!