Skip to content

IUploadFileOptions.OriginalNameProperty property

If you want to store original name of the file uploaded, set this to the name of another string field. Only used for single image uploads.

public string? OriginalNameProperty { get; }

See Also