Plugin.Maui.SmartUpload 1.0.7 Adds Resumable Chunked Uploads for .NET MAUI
Plugin.Maui.SmartUpload version 1.0.7, now available on NuGet, is a chunked file upload library for .NET MAUI that enables resumable uploads across Android, iOS, Mac Catalyst, and Windows. The plugin splits files into slices and writes each acknowledged offset to disk, so if a process crashes or is interrupted, the next attempt resumes from where the server left off rather than restarting from scratch. Version 1.0.7 extends support to Mac Catalyst and Windows target frameworks, which were not included in earlier releases. The library supports three upload protocols — Content-Range (default), tus 1.0, and a custom IUploadProtocol interface — and is configurable via options such as chunk size, retry policy, and concurrent upload limits. The project is MIT licensed, hosted on GitHub under nuvyntralabs, and targets .NET 10 platform frameworks.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in