VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftFileWebService Class / UploadBase64Image(UploadBase64ImageRequestParams) Method
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
    UploadBase64Image(UploadBase64ImageRequestParams) Method (VintasoftFileWebService)
    In This Topic
    Uploads a Base64 image to the server.
    Syntax

    Parameters

    requestParams
    Information about image.

    Return Value

    Response from the server.
    Exceptions
    ExceptionDescription
    Thrown if requestParams.imageAsBase64String is null or empty.
    Remarks

    Method saves the uploaded image file to the SessionDataStorage.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also