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

    Parameters

    requestParams
    Information about images that must be saved.

    Return Value

    Response from the server
    Remarks

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

    Requirements

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

    See Also