This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.14.x by this push:
     new c9771fcc62e Update docs
c9771fcc62e is described below

commit c9771fcc62e0689a2d8b0e675f82df826eecb92c
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Aug 26 16:12:46 2025 +0200

    Update docs
---
 .../camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc 
b/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc
index aad199ecf11..1f011be736f 100644
--- 
a/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc
+++ 
b/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc
@@ -108,6 +108,8 @@ 
from("platform-http:/upload?httpMethodRestrict=POST&useStreaming=true")
     .to("file:/uploads?fileName=uploaded.txt")
 ----
 
+NOTE: This requires to upload the content as `application/octet-stream` to 
leverage streaming mode. You cannot upload using `multipart`.
+
 == Setting up http authentication
 
 Http authentication is disabled by default. In can be enabled by calling 
`setEnabled(true)` of `AuthenticationConfig`.

Reply via email to