IUploadFileOptions.OriginalNameProperty property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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