Missing image on POST method returning "image/png" content
See original GitHub issueWhen reporting an issue, please provide the following details:
- swagger-ui version latest (3.x)
- a swagger file reproducing the issue http://swashbuckletest.azurewebsites.net/swagger/ui/index?filter=PngImage
Just try that Post you will see the image will not show.
It seem the Response body just adds an img not the actual response
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
PHP: imagepng() creates broken image - Stack Overflow
PHP: imagepng() creates broken image ; Almost all GD functions return false upon failure, so you should check the return values of ...
Read more >imagepng - Manual - PHP
A GdImage object, returned by one of the image creation functions, such as imagecreatetruecolor(). The path or an open stream resource (which is...
Read more >HTMLCanvasElement.toBlob() - Web APIs | MDN
The HTMLCanvasElement.toBlob() method creates a Blob object representing the image contained in the canvas. This file may be cached on the ...
Read more >Returning Image/Media Data with Spring MVC - Baeldung
In this tutorial, we'll illustrate how to return images and other media using the Spring MVC framework. We will discuss several approaches, ...
Read more >Programmatically Uploading Images, Videos, and Other Files
The Cloudinary upload method performs an authenticated upload API call over ... For example, uploading a local image file named sample.jpg :.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Awesome! will test as soon as the dist gets updated…
Awesome! it works as intended with 3.0.20 !