| 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.