Juan Basso
Juan Basso
You can use the thumbsizes option on the actsAs. You can see in the 3.0 branch about this. Look http://github.com/jrbasso/MeioUpload/tree/3.0 This resolve your problem?
It's not possible with actual version. I will analise this to implements in 3.0. Thanks.
Very nice plugin. When I have time, I will merge it with MeioUpload (if you allow, of course). Open source is fantastic. :)
You tried with master or 3.0 version?
Your ProductImage model are using MeioUpload as behavior? You are using master or 3.0 version?
By security questions, the code test if the file is uploaded (using [is_uploaded_file](http://br2.php.net/manual/en/function.is-uploaded-file.php) ). You can't test using simple test case, you need create a web test case. In 3.0...
See your PHP configuration. Maybe it is wrong. Test upload without cakephp.
Opa, valeu por informar. Tinha a assinatura do método mas eu tirei porque não tinha suporte pelo cake e acabei esquecendo de tirar do README. Eu pensei em fazer isso...
Migrations not support backup or restore. I not tested with foreign, but I think yes. All access of db is manipuled by cakephp.
@hevertonfreitas Obrigado! Você poderia colocar um teste unitário pra cobrir este cenário? Obrigado.