gpt4 book ai didi

ruby-on-rails - Ruby On Rails : ActiveResource and file uploads

转载 作者:行者123 更新时间:2023-12-04 06:34:55 29 4
gpt4 key购买 nike

有没有人有 ActiveResource 和文件上传的经验?
我有一个 Adob​​e Air 桌面应用程序,它与我的 Rails 驱动网站的 Web 服务进行通信。

我想将文件发布到服务器,但我不完全确定是否可以使用 ActiveResource 做到这一点。另外,我有一些担忧,因为我在某处读到 AR 无法处理多部分请求。不太有前途。

任何人都有想法如何做到这一点?也许是链接或博客文章?
提前致谢。

最佳答案

底线是,activeresource 不处理多部分。

选项可能是使用:
- Curb: ruby 的卷发
- 编写您自己的处理程序
- rest-client(带有多部分流的git fork)
- 将 httpclient 与多部分帖子一起使用

这些链接会给你灵感:

  • http://www.nabble.com/Rest-client-posting-multipart-to-rails-2-td20731160.html
  • Ruby: How to post a file via HTTP as multipart/form-data?
  • http://github.com/technoweenie/rest-client/tree/multipart_streaming
  • http://github.com/adamwiggins/rest-client/tree/master
  • http://snippets.aktagon.com/snippets/141-How-to-perform-a-file-upload-multipart-post-with-Ruby
  • http://dev.ctor.org/http-access2
  • 关于ruby-on-rails - Ruby On Rails : ActiveResource and file uploads,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/454614/

    29 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com