-
Pre-check
Apache Dubbo ComponentJava Samples (apache/dubbo-samples) Details
Thank you for your assistance! Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@oxsean PTAL |
Beta Was this translation helpful? Give feedback.
-
You can use @param(type=ParamType.Part) byte[] to accept uploads byte[] download(String name){
...
} to download file,. |
Beta Was this translation helpful? Give feedback.
You can use @param(type=ParamType.Part) byte[] to accept uploads
use
to download file,.
But currently dubbo doesn't support streaming uploads and downloads, so the content shouldn't be too large.
Please contact me if you have any questions, it would be good if you could contribute an example.