Linked Questions

0 votes
0 answers
81 views

I store images and data in database and i have .net Core API that sends back object which contains some data and array of images. How to show that image on page in angular? I tried using FileReader ...
kkamil4sz's user avatar
  • 543
81 votes
2 answers
140k views

I'm declaring an interface which will contains image also. What type do i need to give to it. export interface AdInterface { email: string; mobile: number; image?: ?? }
Seenu S's user avatar
  • 3,501
27 votes
2 answers
83k views

I am trying to display an image (byte array) using purely JavaScript. How can I achieve this in ASP.NET?
Cute Bear's user avatar
  • 3,311
22 votes
8 answers
87k views

Using Javascript, I'm making an AJAX call to a WCF service, and it is returning a byte array. How can I convert that to an image and display it on the web page?
KevinDeus's user avatar
  • 12.2k
17 votes
6 answers
85k views

I have binary data of an image in my database, and I want to display it in an image control in ASP.NET. How? If it is impossible, please find another way to save it in the database and display it in ...
kartal's user avatar
  • 18.2k
9 votes
2 answers
35k views

I have an Angular 2 app that is connecting to a Web Api backend. There is an endpoint that returns a byte[] of an image that is stored in a sql database. How can I display this as an image in Angular? ...
Ben Cameron's user avatar
  • 4,463
10 votes
3 answers
27k views

I'm using a database to store clients' images as bytes. How can I render these images on an .aspx page?
BreakHead's user avatar
  • 10.7k
7 votes
3 answers
27k views

I have a vue file like this, export default { data(){ return{ info: { name: '', image: '', }, errors: ...
CoderPJ's user avatar
  • 1,011
4 votes
2 answers
9k views

I'm having issues to show an image in the Primefaces component graphicImage. When my MB is SessionScoped, all works fine. But when it´s ViewScoped, the images doesn´t show. I could keep ...
William Da Silva's user avatar
6 votes
3 answers
8k views

I'm trying to convert an image (link) to base64 to be able to store in the Browser side (IndexedDB), but i'm not able to do that, I have been looking for a solution for days and I didn't a solution to ...
Stranger B.'s user avatar
  • 9,454
2 votes
3 answers
5k views

I am trying to make Qr Codes using Python on a Django applicaiton using this code : def generate_qr_code (reference): qr = qrcode.QRCode( version=1, error_correction=qrcode.constants....
Mounir Benhalima's user avatar
6 votes
1 answer
16k views

I get a Base64 encoded photo from a method. And I add it programmatically as a src of an image. Then I use a the jQuery lightBox plugin to show a preview of a image. In Firefox and Chrome everything ...
madMax's user avatar
  • 71
1 vote
3 answers
14k views

I'm Getting some images from API with Backward Slashes , and when I tried to display these images on my page its working fine on Chrome but on other browsers like FireFox and IE it's not working , ...
Akhil RJ's user avatar
  • 357
2 votes
1 answer
3k views

Can anyone guide me how to get the image data from the spring boot backend to a react front end?. Im basically saving the file in the server and by using the path saved in the db ill be retrieving the ...
lp_nave's user avatar
  • 416
1 vote
2 answers
2k views

I have a service which adds some properties to file and sends it back in a response as byte array, but i have hard time displaying it as it is bytes, i tried to convert it to base64 but it still didn'...
DanJo's user avatar
  • 83

15 30 50 per page