Uploading and sending image messages with ASP.NET Core SignalR

added by DotNetKicks
5/13/2018 12:59:23 PM

5007 Views

This article shows how images could be uploaded using a file upload with a HTML form in an ASP.MVC Core view, and then sent to application clients using SignalR. The images are uploaded as an ICollection of IFormFile objects, and sent to the SignalR clients using a base64 string.


0 comments