Licensing And Deployment
CoreUpload looks for coreupload.lic in the application root, bin/, licenses/, and App_Data/.
Local development
These local hosts do not require license detection:
localhost127.0.0.1::1
Explicit license path
You can point to a specific license file during registration:
builder.Services.AddCoreUpload(options =>
{
options.LicenseFile = "licenses/coreupload.lic";
});
Asset delivery
The client assets are delivered as ASP.NET Core static web assets:
/_content/CoreUpload/js/coreupload.js/_content/CoreUpload/css/coreupload.css