cURL GetFileData() not returning larger files
Content
Hi All,
We have a number of integration where we need to send file attachments to external systems. To do this I am trying to write a ConnectPHP handler to connect to the SOAP GetFileData() operation using cURL. The idea is that we can then call this from a CPM or other instance. The issue I am having is that once a file gets over 2KB I get nothing returned (no error, almost like a segment fault). Files under 2KB return with no issues. I have a CPM which gets file attachment data from an incident and passes it to the handler, which I have run both as
1