Manage audio files

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • You can upload and store .mp3 or .ogg audio files. Once uploaded, you can reference audio files using HTML.

    Avant de commencer

    Role required: image_admin

    Pourquoi et quand exécuter cette tâche

    The Database Storage for Audio Files (com.glide.db_audio) feature must be activated to store audio files. The plugin is activated by default on new instances. For upgraded instances, you can activate the plugin if you have the admin role. For more information on activating a plugin, see Activate a plugin.

    Procédure

    1. Navigate to All > System UI > Audio Files.
    2. Click New.
    3. Enter a Name for the audio file, including the file extension.
    4. Add the Audio file.
    5. Save the record.
    6. Facultatif : Complete the following steps to reference audio files using HTML.
      1. Use the <audio> HTML tag and set the src attribute to the name of the file as set by the Name field of the Audio record.
      2. Use the controls attribute to display the audio controls.
        Use the following HTML.
        <audio src="Beep.mp3" title="Beep" control="control"/>