Why does Kony ruin my HTTP Posts when I use HTTPRequest

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

I am at a complete loss over why every single time I utilize the HTTPRequest object and try to upload a rawbyte object Kony feels the need to prepend a bunch of garbage multipart form data to the body section of my POST.

I have not been able to find any simple way, utilizing visualizer, where I can easily upload a rawbyte octet stream, an absolute necessity for a mobile application.

I am desperate to find a way around this as I'm currently being forced to rewrite my file API because Kony can't send data the way I tell it to.

What backend are you trying to send the rawbytes to?

Are you trying to upload the rawbytes using the appropriate uploadbinary API for the integration or object service http://docs.kony.com/konylibrary/konyfabric/kony_fabric_user_guide/Content/KonyStudio/Binary_APIs.htm ?

If not, please provide more info about the API you are using and your usecase