Rails: Add image upload to existing form -
i have existing entry scaffold. i'd add image upload existing model/controller/view without hassle--and i'd add ajax after working.
that said, i'm pretty new rails.
- i s there simple, ajax-compatable gem help?
- how implement it? (step-by-step, because i'm pretty slow learn)
ruby on rails ajax file upload
look step 6. using iframes , responds_to_parent in article. note uses attachment_fu handling file uploads. idea same both paperclip & carrierwave
Comments
Post a Comment