Hi.

Before sending a file, do base64_encode(), on server use base64_decode() to
extract it. Remember to put @param base64 in server docblock.

Regards,
Saša Stamenković


On Tue, Dec 8, 2009 at 2:59 PM, Aurimas Likas <[email protected]> wrote:

> I am trying to send an attachment from a web form via Zend_XmlRpc_Client
> but had no success so far. Is this possible? I put the content of the file
> into an array value along with other request arguments but where it should
> be there is empty string (I checked with $client->getLastRequest()). And I
> really assing not an empty value (checked the content of
> file_get_contents($_FILES['userfile']['tmp_name'] which was NOT empty).
>
> So what do I miss here?
>
> --
> Best regards, Aurimas Likas
>

Reply via email to