Manage audio files

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • You can upload and store .mp3 or .ogg audio files. Once uploaded, you can reference audio files using HTML.

    시작하기 전에

    Role required: image_admin

    이 태스크 정보

    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.

    프로시저

    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. 옵션: 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"/>