How to download existing file on server with blazor wasm
Suppos I have a existing file (“export.xls”) on “wwwroot/files” folder and I want to download it,
I tried to use MemoryStream like:
Suppos I have a existing file (“export.xls”) on “wwwroot/files” folder and I want to download it,
I tried to use MemoryStream like: