使用 jquery 文件上传和 Rails 3 提交附加表单数据
我一直在尝试设置教程 https://github.com/blueimp/jQuery-File-Upload/wiki/How-to-submit-additional-Form-Data with Rails 3。但是我对表单数据如何与 Rails 一起使用有点困惑目的。根据我的研究,带有serializeData 的表单数据似乎返回一个数组。然而,我完全不知道之后该做什么。
我想知道如何使用 data.FormData 并将其放入我的 Rails 对象中。例如,我在 Rails 中有一个艺术模型,文件上传会将图片上传到其中。我可以在创建下的控制器中放入什么,以便艺术对象的标题对应于 td class="title" 中标签下的标题标题:输入 name="title[]" required /label /td "谢谢。
问候, 凯恩
I have been trying to set up the tutorial, https://github.com/blueimp/jQuery-File-Upload/wiki/How-to-submit-additional-Form-Data with rails 3. However I am slightly confused about how Form Data works with Rails Object. From my research it seems that Form Data with serializeData returns an array. However, I am totally lost about what to do after that.
I am wondering how do I use data.FormData and put it in my rails object. For example I have an art model in Rails that file upload will upload a picture to. What can i put in my controller under create so that the title of the art object correspond to the title under the label in td class="title" Title: input name="title[]" required /label /td "Thanks.
Regards,
Kane
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论