AjaxUploader
Search Results for

    Show / Hide Table of Contents

    Namespace AjaxUploader

    Classes

    AjaxUploaderConfig

    Static configuration for AjaxUploader, populated from appSettings and overridable at runtime. Supported keys include AjaxUploader.TempDirectory, AjaxUploader.MaxFileSize, AjaxUploader.AllowedExtensions, AjaxUploader.ChunkSize, AjaxUploader.HandlerPath, AjaxUploader.EnableResume, AjaxUploader.TempFileExpiryMinutes, AjaxUploader.MaxFilesPerUpload, and AjaxUploader.LicenseFile.

    AjaxUploaderHandler

    IHttpHandler that serves embedded JS/CSS resources and handles upload endpoints. Register in web.config: <system.webServer> <handlers> <add name="AjaxUploader" path="ajaxupload.axd" verb="*" type="AjaxUploader.AjaxUploaderHandler, AjaxUploader" /> </handlers> </system.webServer>

    In this article
    Back to top AjaxUploader 5.0 API Reference