swagger-angular-generator icon indicating copy to clipboard operation
swagger-angular-generator copied to clipboard

Fix #23: Endpoints for file uploads should be improved

Open abauske opened this issue 6 years ago • 0 comments

Uploading Files now works by using FormData object to set the file(blob).

Please see line 184 where I use array.map(function) instead of map(array, function). I noticed you are using the later one in the project. What's the advantage and should I switch it over?

any other comments?

fixes #23

abauske avatar Dec 16 '19 12:12 abauske