views:

28

answers:

1

I'm new to using ruby on rails and was looking for help with image upload/manipulation. The extend of my RoR experience is the rails tutorial blog project, but I've used Java and PHP for numerous other projects. I'm trying to create a simple app where the user uploads a file, enters some text, and the text is overlayed on the supplied image (similar to icanhascheezburger.com). I'm planning on using imagemagick to add the text, but am having difficultly uploading the image. Any suggestions or example code?

A: 

attachment_fu for file upload. http://www.clarkware.com/cgi/blosxom/2007/02/24

krunal shah