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
