VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftFileWebService Class / UploadImageFile(Stream,String) Method
Syntax Remarks Requirements SeeAlso
    UploadImageFile(Stream,String) Method (VintasoftFileWebService)
    Uploads an image file to the server.
    Syntax

    Parameters

    stream
    Stream that contains file data.
    fileName
    A name of uploading file.

    Return Value

    Response from the server.
    Remarks

    Method saves an 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