Created
March 27, 2024 13:29
-
-
Save wumpz/fee4f4fe438831602e8d18a6a09b7f89 to your computer and use it in GitHub Desktop.
extract encoded text from resteasy MultipartFormDataInput variable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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