2
rails3之前我有一個工作多個ajax(mootools)文件上傳解決方案。 我用了一個iframe和responds_to_parent的form_to_remote。Rails3 ajax上傳與Iframe
在rails3中,form_tag remote => true的ajax上傳,traget =>「my_iframe」不起作用。 該文件的參數[:uploaded_image]缺失。 我不知道爲什麼。
任何人都可以推薦一個好的ajax文件上傳解決方案嗎?