Solved
Forum Discussion
16 Replies
- j_angelevskiContributor III
You can try changing the
content-typeheader as Bojan suggested, but what I found is if I change thecontent-typeheader toapplication/octet-streamjust like in your case, it automatically adds the..binextension to the file, so what I did is change the header tobinary/octet-streamand this removed the extension. - kkishoreNew Contributor III
@j.angelevski ,@bojanvelevski,
Thank you , it is working…great