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?
While SignalR cannot help with the actual upload, it can be used for updating the client with progress while a file is uploaded.