user1622343
user1622343

Reputation: 969

How can i set the boundary for multipart request in codenameone?

I need to send a multipart document to a server. IT seems however that the server expects the boundary to be a specific sequence "********". If I use multipart request, it seems to default to something else even when I add a request header.

Upvotes: 0

Views: 54

Answers (1)

Shai Almog
Shai Almog

Reputation: 52770

That is indeed missing in the current version of Codename One (didn't expect people would need functionality like this).

We will add a setBoundary(String) method for the next update in 3 weeks or so.

Upvotes: 1

Related Questions