How can restrict/ validate paperclip for uploading image with fixed dimentions.
I want to upload image with a fixed dimensions else it should show an error displaying that the size is not proper and upload it with fixed size
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To get the size of the image, you can do in your model:
(Assuming you have a
has_attached_file :photoin your model).