On Thu, Jul 17, 2008 at 7:48 PM, Ron Dyck <[EMAIL PROTECTED]> wrote: > I'd like to move image files from a Zend_Rest client to a Zend_Rest server. > I'm assuming this is possible utilizing the client post method. > > Does anyone have any comments on this? I'm hoping this should be fairly > simple but would appreciate any suggestions before I start spinning my > wheels.
It's probably PUT. :-) Do you need an example of how to use Zend_Rest_* or are you using it with a public API? Till
