Closed oscar-ares closed 3 weeks ago
If an OpenApi defined API uses multipart/form-data in the request body to upload a file using:
multipart/form-data
file: type: string format: binary
The DTO generated defines the file field as a String, instead of MultipartFile object
file
It would be greatly appreciated if this feature could be added. Thank you!
Thank you for collaborating with the project by giving us feedback! Cheers!
Hi! This issue is also affecting our project. Is the solution currently in progress?
If an OpenApi defined API uses
multipart/form-data
in the request body to upload a file using:The DTO generated defines the
file
field as a String, instead of MultipartFile objectIt would be greatly appreciated if this feature could be added. Thank you!