Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 ActiveResource 将用户配置文件图像从客户端发送到服务器。看起来 ActiveResource 不支持多部分。
是否有为 ActiveResource 添加 Multipart 支持的 gem/插件?或解决此问题的任何其他替代方法。
最好的方法不是使用多部分,而是将文件的二进制内容嵌入到资源的 XML 中,然后进入请求正文。
使用 ActiveResource 很容易做到这一点
我在 Rails 3 中创建了一个插件来做到这一点:
http://github.com/nragaz/encoded_attachment