Did anyone try to use the mc_issue_attachment_add() method for the SOAP API?
In my tests (mantis 1.1.6) it seems that attaching a binary file (let's say a .jpg image) with this method works, but the resulting image is corrupted.
Given I did not find past messages here nor a bug report on the tracker, I wonder if I'm doing something stupid or no-one actually used it in the past...
problem with mc_issue_attachment_add SOAP method
Moderators: Developer, Contributor
Re: problem with mc_issue_attachment_add SOAP method
Did you base64 encode the content?
Migrate your MantisBT to the MantisHub Cloud
Re: problem with mc_issue_attachment_add SOAP method
Yeah I later determined the issue was about encoding, reported as bug #10235 and fixed