CoreUpload
Search Results for

    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:

    • localhost
    • 127.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

    Related API pages

    • LicenseService
    • LicenseValidationResult
    • CoreUploadOptions
    In this article
    Back to top CoreUpload 5.0 API ReferenceUploader family: AjaxUploader, CoreUpload, MultipleUpload, ASPUploader, and PHP File Uploader.