.NET
Microsoft Technologies based on the .NET software framework.
3,865 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
please I need to upload the images to the http server using .Net Maui, I tried some tutorials but the IFIleSaver is not found,
so please let me know if there a simple way to do so.
I think is a .net question, not a MAUI problem.
You can use HttpClient and MultipartFormDataContent
this a blog: https://makolyte.com/csharp-how-to-send-a-file-with-httpclient/