Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending multipart with custom boundary string #1159

Closed
devflow opened this issue Apr 28, 2016 · 1 comment
Closed

Sending multipart with custom boundary string #1159

devflow opened this issue Apr 28, 2016 · 1 comment

Comments

@devflow
Copy link

devflow commented Apr 28, 2016

how can i sending multi part form data with custom boundary string?

@smarek
Copy link
Member

smarek commented May 23, 2019

Boundary string is set within library/src/main/java/com/loopj/android/http/SimpleMultipartEntity.java without option to change it, so the only way is to use custom HttpEntity and send that, instead of using built-in one

@smarek smarek closed this as completed May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants