Zend_Rest_Controller上传文件

发布于 2024-12-27 13:43:05 字数 257 浏览 1 评论 0原文

我没有很强的 php 或 Zend 背景,如果我问了一些愚蠢的问题,请耐心等待。

我正在尝试通过 Zend Framework 的 REST 控制器将图像上传到 Amazon Web Service S3。

我发现的大多数示例都是关于 Zend Form 的,这不适合我的情况,因为我使用 REST POST。

我相信该文件必须转换为字节流,然后发送到 Zend_Rest_Controller,但我不知道该怎么做。

有什么解决办法吗?

I have no strong php or Zend background, please bear with me if I asked silly questions.

I am trying to upload an image to Amazon Web Service S3, via Zend Framework's REST controller.

Most examples i found are about Zend Form, which is not suitable in my case, as I use REST POST.

I believe the file had to be converted into stream of bytes, and send to the Zend_Rest_Controller, but I have no idea how to do.

Any solution?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

走走停停 2025-01-03 13:43:05

Zend Framework 有一个组件来处理 Amazon s3 接口,请在以下位置查看:
Zend Framework Amazon S3 文档

Zend Framework has a component to handle Amazon s3 interfacing, check it out at:
Zend Framework Amazon S3 documentation

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文