alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum SaveFormat

    Specifies the format in which attachments will be saved.

    Namespace: Syncfusion.Blazor.InteractiveChat
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum SaveFormat
    Remarks

    Determines how attachment files are stored and processed on the server.

    • Blob - Stores attachments as binary data objects.
    • Base64 - Stores attachments as text-encoded strings.
    Examples
    <SfChatUI>
        <ChatUIAttachmentSettings SaveFormat="SaveFormat.Base64" />
    </SfChatUI>

    Fields

    Name Description
    Base64

    Specifies that the attachment will be saved as a Base64-encoded string.

    Blob

    Specifies that the attachment will be saved as a Blob object.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved