VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftFileWebService Class / UploadBase64Images(UploadBase64ImagesRequestParams) Method
Syntax Exceptions Remarks Requirements SeeAlso
    UploadBase64Images(UploadBase64ImagesRequestParams) Method (VintasoftFileWebService)
    Uploads the Base64 images to the server.
    Syntax

    Parameters

    requestParams
    Information about the images.

    Return Value

    Response from the server.
    Exceptions
    ExceptionDescription
    Thrown if requestParams.imagesAsBase64Strings is null or empty array.
    Thrown if cannot create Vintasoft.Imaging.Codecs.Encoders.EncoderBase for requestParams.fileName.
    Remarks

    Method saves the uploaded image files 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