VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftFileApiController Class / UploadBase64Image(UploadBase64ImageRequestParams) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    UploadBase64Image(UploadBase64ImageRequestParams) Method (VintasoftFileApiController)
    In This Topic
    Uploads an image, which is represented by Base64 string, to the server.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function UploadBase64Image( _
    ByVal requestParams
    Information about image that must be saved.
    As Vintasoft.Imaging.Web.Services.UploadBase64ImageRequestParams _
    ) As Vintasoft.Shared.Web.WebImageInfoResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Shared.Web.WebImageInfoResponseParams UploadBase64Image(
    Vintasoft.Imaging.Web.Services.UploadBase64ImageRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Shared.Web.WebImageInfoResponseParams* UploadBase64Image(
    Vintasoft.Imaging.Web.Services.UploadBase64ImageRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Shared.Web.WebImageInfoResponseParams^ UploadBase64Image(
    Vintasoft.Imaging.Web.Services.UploadBase64ImageRequestParams^ requestParams
    )

    Parameters

    requestParams
    Information about image that must be saved.

    Return Value

    Response from the server
    Remarks

    Uploaded image file will be stored in the data storage on server.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6

    See Also