Table of Contents

Interface ICanUploadField

Namespace
AbanoubNassem.Trinity.Components.TrinityField
Assembly
AbanoubNassem.Trinity.dll

Represents a field that can be uploaded.

public interface ICanUploadField : ITrinityComponent
Inherited Members

Methods

Upload(IFormFile)

Uploads the specified file.

Task<string?> Upload(IFormFile files)

Parameters

files IFormFile

The file to upload.

Returns

Task<string>

A task representing the asynchronous operation that returns the URL of the uploaded file.