Hello!! I've been working with php automation client using the "Blob.Attach" operation to attach a file and it works fine, but now how to attach a blob in order to it appears in the "TAB_FILES_EDIT" tab, i mean as another attachment?
my code:
$answer = $session->newRequest("Blob.Attach")
->set('params', 'document', $path)
->loadBlob($blob, $blobtype)
->sendRequest();
Thanks in advanced
--
Jesus Ibañez
--- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
