views:

135

answers:

2

Hi,

i am quite new to Grails and on the lookout for a plugin to attach files (images) to a model. something like a uploaded avatar-picture for a user.

in Ruby on Rails i used the fantastic Paperclip plugin. Someting like that would be absolute awesome.

Thanks for your help.

A: 

I don't know the paperclip plugin, but I think either super-file-upload or file-uploader plugins should help you.

Jean Barmash
A: 

The plugins mentioned by Jean deal with the UI of uploading the images. For a convenient way to manipulate the images take a look at

Stefan