在 rails3 之前,我有一个工作的多个 ajax(mootools) 文件上传解决方案。我将 form_to_remote 与 iframe 和 responds_to_parent 一起使用。
在 rails3 中,带有 form_tag remote => true, traget => "my_iframe" 的 ajax 上传不起作用。文件的参数 [:uploaded_image] 丢失。我不知道为什么。
谁能推荐一个好的ajax文件上传解决方案?
在 rails3 之前,我有一个工作的多个 ajax(mootools) 文件上传解决方案。我将 form_to_remote 与 iframe 和 responds_to_parent 一起使用。
在 rails3 中,带有 form_tag remote => true, traget => "my_iframe" 的 ajax 上传不起作用。文件的参数 [:uploaded_image] 丢失。我不知道为什么。
谁能推荐一个好的ajax文件上传解决方案?