How to add an image field into a Rails app?
- by picardo
I'm building a rails app that has an image upload field. I don't have any idea how to handle images in Rails. (The uploaded image would also require some processing as well.) Can anyone tell me how I can go about doing this?
thanks.