CoreUpload 5.3.9 Download Package
======================================

Contents
- DemoApp\ : standalone demo project
- BlazorDemo\ : runnable Blazor Server app using the native <CoreUploader /> component
- docs\ : quick-start, licensing, and deployment notes
- files\ : deployment/runtime files to ship with your app
- reference\ : offline class reference and client-side reference assets

RUN THE DEMOS - no NuGet account, no API key
  1. Unzip.
  2. cd DemoApp
  3. dotnet run
  4. Browse http://localhost:5181/ - 100+ demos.
  The bundled NuGet.Config resolves CoreUpload 5.3.9 from the packages\ folder in
  this zip, so restore works offline and never touches nuget.org. Localhost needs no
  licence. Uploads land in DemoApp\UploaderTemp.

  For the Blazor component, do the same in BlazorDemo\ (http://localhost:5182/).
  Keep the bundled Properties\launchSettings.json: it sets Development, and static
  assets served from the NuGet package (_content\CoreUpload\...) 404 in Production.

ADD IT TO YOUR OWN APP
  dotnet add package CoreUpload
  builder.Services.AddCoreUpload();  //  Program.cs
  app.MapCoreUploadEndpoints();
  Then follow docs\01-Quick-Start.txt.

coreupload\coreupload.js, files\wwwroot\_content\CoreUpload\js\coreupload.js, and packages\CoreUpload.5.3.9.nupkg all use the obfuscated CoreUpload runtime from src\obfuscated.
