Background & sync
Plugin.Maui.SmartUpload
Chunked, resumable uploads with process-death recovery
Chunked, resumable file uploads for MAUI with retry and recovery after the process is killed mid-transfer.
Install
dotnet add package Plugin.Maui.SmartUploadPackage ID: Plugin.Maui.SmartUpload
Overview
Plugin.Maui.SmartUpload implements chunked, resumable uploads for MAUI so large field photos and documents can survive flaky networks and process death. Progress is persisted; the next attempt continues instead of restarting from byte zero.
Capabilities
- Chunked uploads.
- Resume after crash or kill.
- Retry on transient failures.
- Integration point for processed media pipelines.
- .NET MAUI
- Upload
- Resumable
- C#