How to do binary file upload instead of Multipart File upload
See original GitHub issueI want to upload files to Backblaze storage in this way
That is , they need to append the File as binary body instead of Form Data
The documentation link https://www.backblaze.com/b2/docs/b2_upload_file.html
In your library , there is no mention about binary body . Only .addFileUpload
which id s Form Data type or Multipart
So I am struck
Please help to upload file as in the backblaze docs
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Spring upload non multipart file as a stream - Stack Overflow
I am working with Spring Boot 1.2.5 and I would like to upload a raw binary file to a controller ...
Read more >How to build Multipart request with binary file content?
Solved: Hi All, when i upload a image as "multipart/form-data" directly to the backend i'm getting success response. But i have a.
Read more >Inputs and Binary File Upload Examples | Connect REST API ...
Make HTTP POST, PATCH, and PUT requests using inputs and learn more about uploading binary files.
Read more >Spring boot file upload - eduCBA
In Spring boot, we can upload files to the server by making our HTTP request multipart. This type of request is used to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There’s the BinaryUploadRequest which does exactly what you need. Check it also on the demo app.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related issues, referencing this one.