'Send MultipartFile with additional options
what would be the best way to transfer a file from one server to another ? On one server, the file is stored in the database, you need to pull it out of the database (its bytes, name, type) and send a post request to another server and write it there.
I tried to do it in the form of json (the bytes were translated into base64, but the file turned out to be incorrect).
Need to transfer the file and plus some fields with it. Also, the file may not be one, but an array.
How to implement?
can you show a complete example
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

