Webflow sync, pageviews & more.
NEW

Where can I upload audio files for my Webflow site in a similar manner as mboxdrive, without the files disappearing after a while?

TL;DR
  • Use Google Drive with a direct link generator to embed audio via the <audio> tag.
  • Modify a Dropbox shareable link (?dl=0?raw=1) and embed it with the <audio> tag.
  • Upload files to Amazon S3 or similar cloud storage, set them to public, and use the <audio> tag.
  • Host audio on SoundCloud or Audiomack and embed using their <iframe> code.
  • Choose based on preference: free hosting (Google Drive, Dropbox) or professional storage (Amazon S3, SoundCloud).

You need a reliable file hosting service to store and embed audio files on your Webflow site, as Webflow does not support direct audio file uploads. Unlike MboxDrive, which removes files after some time, these alternatives ensure long-term availability.

  • Upload your audio file to Google Drive.
  • Set the file sharing to Anyone with the link.
  • Use a tool like Direct Link Generator (e.g., GetDirectLink) to convert the Google Drive link into a direct download URL.
  • Embed the link in a Webflow HTML Embed element using the <audio> tag.
  • Upload your audio file to Dropbox and copy the shareable link.
  • Modify the URL by replacing ?dl=0 with ?raw=1 to create a direct download link.
  • Use the <audio> tag in Webflow to embed the file.

3. Use Amazon S3 or Another Cloud Storage

  • Create an Amazon S3 bucket (or use a similar cloud storage service like DigitalOcean Spaces).
  • Upload your audio files and set them to public.
  • Copy the public URL and embed it using the <audio> tag in Webflow.

4. Use an Audio Hosting Platform

  • Upload your audio to a platform like SoundCloud or Audiomack.
  • Use their embed code (usually <iframe>) inside a Webflow Embed element.
  • This keeps your site lightweight while ensuring reliable playback.

Summary

For long-term audio hosting, Google Drive, Dropbox, Amazon S3, or SoundCloud provide better reliability than MboxDrive. Choose a method based on your preference for free hosting (Google Drive, Dropbox) or professional storage (Amazon S3, SoundCloud).

Rate this answer

Other Webflow Questions