valincius / RemoteMediatr

Allows you to send requests to Mediatr over HTTP from Blazor WASM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multipart content (file uploads)

valincius opened this issue · comments

commented
commented

I don't think it makes sense to send the data as multipart - I worked it out and it all works but I think there is more benefit to keeping the data as json. Can create a controller in your web api project if you need to handle file uploads.