Media management

How to Upload Media Files

Use this guide when adding audio and PDF files to the static website.

1

Open cPanel File Manager

Go to public_html. This is the live website folder for lowevonjudah.org.

2

Upload audio and PDF files

Put MP3 files in media/audio/level-1/ and PDFs in media/pdf/level-1/. Repeat for each level.

3

Use clean file names

Use lowercase letters and hyphens. Example: the-fall-of-man-en.mp3.

4

Edit lesson links

Open assets/js/library.js and update the audio/PDF paths for each lesson.

Recommended folder structure

public_html/
  index.html
  downloads.html
  founders.html
  upload-guide.html
  assets/
    css/
    js/
    img/
  media/
    audio/
      level-1/
      level-2/
      level-3/
    pdf/
      level-1/
      level-2/
      level-3/