具有多张图片上传功能的多态回形针插件
我使用回形针多态插件来跟踪我的附件。我已经完成的教程使用了单个附件(图像) http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/。
如何使用此插件启用多个图像?
谢谢。
I have used paperclip polymorphic plugin to track my attachments. The tutorialwhich I have been through has used single attachments(image) http://burm.net/2008/10/17/ruby-on-rails-polymorphic-paperclip-plugin-tutorial/.
How do i enable multiple images with this plugin?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须对代码进行一些更改。
上面的代码应该是
这将允许您添加 2 个图像。
希望这有帮助。
You have to make some changes to the code.
The upper code should be
This will allow you to add 2 images.
Hope this helps.