Open cskru opened 6 years ago
File uploads are not implemented yet, the @file
syntax does not work.
@hassy , thank you for the response. When can we expect this feature? I feel, this is one of the critical use cases. :-)
Two options here:
Okay! Thank you for the response :-)
Aren't you passing formData with read stream? Like this:
This is how formData works.. I tried this:
Is my spec right? Do I need to add something to it? My server gives 400 bad request as it is unable to find foo.
This is a perfectly working api and is tested functionally. There is some issue with the way in which formData is sent via request.
Any help is much appreciated.