2

在 rails3 之前,我有一个工作的多个 ajax(mootools) 文件上传解决方案。我将 form_to_remote 与 iframe 和 responds_to_parent 一起使用。

在 rails3 中,带有 form_tag remote => true, traget => "my_iframe" 的 ajax 上传不起作用。文件的参数 [:uploaded_image] 丢失。我不知道为什么。

谁能推荐一个好的ajax文件上传解决方案?

4

1 回答 1

3

remotipart gem 可能是您想要的,它比 responds_to_parent 使用起来更简单,并且可以与 rails 3 一起使用。请参阅:

https://github.com/formasfunction/remotipart

于 2011-02-14T04:36:41.743 回答