Requirements . v5.1
ASP.NET Web Forms on .NET Framework 4.8 (or higher). Same baseline as 5.0.
Evergreen Chrome, Edge, Firefox, Safari. Encryption + offline queue require a secure context (HTTPS) for SubtleCrypto and service workers.
SubtleCrypto
IIS Express, IIS, or any ASP.NET host with integrated pipeline mode. Reverse proxies must not strip the Service-Worker-Allowed header if you use offline mode.
Service-Worker-Allowed
Write access to App_Data\UploaderTemp. For direct-to-cloud transports, register a signer (S3 / Azure / GCS) instead.
App_Data\UploaderTemp
Core stack
The quick-start notes bundled with the local AjaxUploader demo explicitly point ASP.NET Core teams to CoreUpload instead of this Web Forms control.