How to upload image in azure blob with SignalR

1.1k Views Asked by At

I am working on chat application how to upload and recieve image to azure blob with signalR. Is there any other service better then SignalR for image upload to blob

1

There are 1 best solutions below

5
On BEST ANSWER

You could upload the image files to an azure blob container, then from the server side send the direct blob's URI to the clients. I'd recommend checking the following thread: SignalR chat application sending images