0

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?

4

1 回答 1

0

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

于 2012-01-15T09:29:22.123 回答