CoreUpload
Search Results for

    Show / Hide Table of Contents

    Enum UploadFileAction

    Actions the built-in endpoints perform on an already-stored file.

    Namespace: CoreUpload.Security
    Assembly: CoreUpload.dll
    Syntax
    public enum UploadFileAction

    Fields

    Name Description
    Delete

    Deleting a stored file (DELETE /{guid}).

    Download

    Streaming a file's bytes (GET /{guid}/download).

    Info

    Reading a file's metadata (GET /{guid}/info).

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