milesj / uploader

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

Flip method issue #121

Closed LaPeste closed 11 years ago

LaPeste commented 11 years ago

The method "flip" doesn't save the path in the correct database column for that specific transformation, but it uses the one that is set for main image. So I got the specific column blank.

milesj commented 11 years ago

Transformations have nothing to do with the database. What does your model configuration look like?

LaPeste commented 11 years ago

I don't what the mistake was yesterday. Everything works well today. You're right about the database...but yesterday it seemed unexplainable what was happening; maybe I was only too tired.