Hi
I am using attachment_fu plugin of community engine in my application.
I am able to store images on amazon s3 but not able to retrieve it
again to display it. Images which are in images folder of public are
displayed rest are not. I my model i am using
Model:
has_attachment
prepare_options_for_attachment_fu(AppConfig.product['attachment_fu_options'])
application.yml contains:
product:
missing_thumb: '/images/btnProfile.png'
missing_medium: "/plugin_assets/community_engine/images/
icon_missing_medium.gif"
attachment_fu_options:
min_size: 1
#size in megabytes
max_size: 3
thumbnails: {thumb: "c100x100!", medium: "c290x320!", large:
"664>"}
#options - 's3', 'file_system', 'db_system' - see attachment_fu
for details
storage: 's3'
s3_config_path : (RAILS_ROOT + '/config/s3.yml'
content_type: ['image/jpg', 'image/jpeg', 'image/pjpeg', 'image/
gif', 'image/png', 'image/x-png']
Even i am not able to resize the images which are uploaded to s3.
Images are uploaded as it is without resizing but i want to convert
them in thumbnails.
Any help will be appreciated.
Regards
Preeti
--
You received this message because you are subscribed to the Google Groups
"CommunityEngine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/communityengine?hl=en.