I want to upload a file from the client to the server. Is there a way to upload a file with SignalR or must i need a Controller for this?
SignalR is for real time messaging not uploading files.