Tallguy297 / SimpleHTTPServerWithUpload

Simple HTTP Server With Upload written in Python 3
131 stars 58 forks source link

uploading file with java will be add 2 more bytes and image formats can not be read #12

Closed shiftbank closed 2 years ago

shiftbank commented 2 years ago

uploading file with java springboot resttemplate post file data with ByteArrayResource from MultipartFile request, the file will be add 2 more bytes than the original file, can some one tell the reason?