Re: Rails 3 : Upload image file using AJAX form submission

58 views
Skip to first unread message

Frederick Cheung

unread,
May 8, 2013, 5:58:08 AM5/8/13
to rubyonra...@googlegroups.com


On Wednesday, May 8, 2013 10:40:32 AM UTC+1, Varun Jain wrote:
I am trying to upload an image in RAILS 3 using AJAX form submission , this is my code : 

You can't upload files over ajax (at least not without using the HTML5 File apis, which you may not be able to rely on). The usual trick is to do the upload in a hidden iframe so that it doesn't block the 'main' page.

Fred
Reply all
Reply to author
Forward
0 new messages