ASP.NET MVC - Upload a file with SignalR

前端 未结 3 2093
深忆病人
深忆病人 2021-01-04 09:26

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?

3条回答
  •  天命终不由人
    2021-01-04 09:50

    While SignalR cannot help with the actual upload, it can be used for updating the client with progress while a file is uploaded.

提交回复
热议问题