Zend_Rest_Controller上传文件
我没有很强的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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