Skip to content

Instantly share code, notes, and snippets.

@wumpz
Created March 27, 2024 13:29
Show Gist options
  • Save wumpz/fee4f4fe438831602e8d18a6a09b7f89 to your computer and use it in GitHub Desktop.
Save wumpz/fee4f4fe438831602e8d18a6a09b7f89 to your computer and use it in GitHub Desktop.
extract encoded text from resteasy MultipartFormDataInput variable
MultipartFormDataInput input;
String param = new String(input.getFormDataPart("param", byte[].class, null), "UTF-8");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment