[x] used the search to make sure that a similar issue hasn't already been submit
Expected Behavior
Right now, is not possible to upload file using octet-stream, only by using @UploadedFile which is multipart-formdata. Would be great to have option to upload files using octet-stream (for big file upload).
Sorting
I'm submitting a ...
I confirm that I
Expected Behavior
Right now, is not possible to upload file using
octet-stream
, only by using@UploadedFile
which ismultipart-formdata
. Would be great to have option to upload files usingoctet-stream
(for big file upload).could be generated from this:
TSOA could automatically detects that requesting using
@Body() body: Readable
should beoctet-stream
.Current Behavior
Currently, TSOA will generate (from code above)