Re: Attachment to AXIS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I haven't tried it with Axis, but try replacing

$v = new SOAP_Attachment(basename($_FILES['userfile']['name']), 'text/plain', $uploadfile);

by

$v =  new
 SOAP_Attachment(basename($_FILES['userfile']['name']), 'text/plain',
 $_FILES['userfile']['tmp_name']);

Regards
Christian



--
http://www.hauser-wenz.de/
http://www.hauser-wenz.de/blog/

--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux