Replies: 1 comment
-
Hey @omar391, thanks for opening this discussion 👍 If you want to send a multipart request with ReactPHP, you have to configure your headers and body manually to fit the right format. There's currently no automatic way (builder/parser) for this, but I can definitely see this as a future addition to this project. You can also take a look at https://docs.php-http.org/en/latest/components/multipart-stream-builder.html or other multipart builder, just keep in mind that the body on ReactPHP client side has to be a Does this help to you get started? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Team,
I was looking for a "Streaming Multipart" upload on the client side. Then found this: reactphp/http#200 and then this: reactphp/http#428 (comment).
However, to my surprise, I could not find a possible implementation example of a "Non-streaming" case of "multi-part upload" on the client side.
Could anybody direct me in the correct direction for this?
Note: Thanks to @SimonFrings for mentioning this discussion thread!
Beta Was this translation helpful? Give feedback.
All reactions