on 2024 Jun 13 1:57 PM
Hi Team,
I am new to CAP. I am building a java CAP application with spring boot and ODATA 4.
My requirement is to provide an api to upload a parquet file. The issue is whenever I am making the API call its returning me below error -
namespace test;
entity Upload {
file : LargeBinary @Core.MediaType: 'multipart/form-data';
}
an there is Handler which implements EventHandler.
In regular spring boot app if I accept Multipart file using @RequestParam, it works fine.
Could you please help me to solve this issue?
Thanks
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.