php client download image file
Hi, How do I download an image file using the php client? I tried something like this: $answer = $this->session->NewRequest("Blob.Get")->Set('input', 'doc:' . $path)->SendRequest(); header('Content-Description: File Transfer'); header('Content-Type: ...