使用 jquery 文件上传和 Rails 3 提交附加表单数据

发布于 2025-01-06 05:23:42 字数 513 浏览 0 评论 0原文

我一直在尝试设置教程 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文