2

before rails3 I had a working multiple ajax(mootools) file upload solution. I used form_to_remote with an iframe and responds_to_parent.

In rails3 the ajax upload with form_tag remote => true, traget => "my_iframe" doesn't work. The the param[:uploaded_image]with the file is missing. I don't know why.

Can anyone recommend a good ajax file upload solution?

1 Answer 1

3

The remotipart gem might be what you want, it's muchi simpler to use than responds_to_parent and it's working with rails 3. Please refer to:

https://github.com/formasfunction/remotipart

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.