VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftFileApiController Class / UploadImageFiles(String,List<IFormFile>) Method
Syntax Remarks Requirements SeeAlso
В этом разделе
    UploadImageFiles(String,List<IFormFile>) Метод (VintasoftFileApiController)
    В этом разделе
    Загружает файлы изображений на сервер.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function UploadImageFiles( _
    ByVal sessionId
    Идентификатор сеанса.
    As String, _
    ByVal files
    Массив с файлами, которые отправляются по HTTP запросу.
    As System.Collections.Generic.List(Of IFormFile) _
    ) As Vintasoft.Imaging.Web.Services.UploadImageFilesResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.Web.Services.UploadImageFilesResponseParams UploadImageFiles(
    string sessionId,
    System.Collections.Generic.List<IFormFile> files
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Web.Services.UploadImageFilesResponseParams* UploadImageFiles(
    string* sessionId,
    System.Collections.Generic.List<IFormFile*>* files
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Web.Services.UploadImageFilesResponseParams^ UploadImageFiles(
    string^ sessionId,
    System.Collections.Generic.List<IFormFile^>^ files
    )

    Parameters

    sessionId
    Идентификатор сеанса.
    files
    Массив с файлами, которые отправляются по HTTP запросу.

    Return Value

    Ответ от сервера.
    Ремарки

    Загруженные файлы изображений будут храниться в хранилище данных на сервере.

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также