milesj / uploader

[Deprecated] A CakePHP plugin for file uploading and validating.
MIT License
193 stars 73 forks source link

Add afterUpload(), afterTransform() and afterTransport() methods? #138

Closed robksawyer closed 11 years ago

robksawyer commented 11 years ago

Is it possible to add afterUpload(), afterTransform() and afterTransport() methods? It'd be nice to stick a CakeLog in afterTransport() to keep track of uploads.

Or, should I just add a CakeLog in afterSave in my Attachment model?

milesj commented 11 years ago

An afterSave() may work, not sure how beneficial adding all 3 of them would be.