0

I have added a media file in a lesson using Lesson Settings -> Appearance -> Linked media. I need to know in which table stores the path of the linked media. I want to get the video URL and pass it to a Webservice for showing it in a mobile application.

Jan Chrbolka
  • 4,184
  • 2
  • 29
  • 38
Akhilesh
  • 1,243
  • 4
  • 16
  • 49

1 Answers1

0

Moodle stores the uploaded file details in the table 'mdl_files'. More information is at https://docs.moodle.org/dev/File_API_internals#Files_table

Akhilesh
  • 1,243
  • 4
  • 16
  • 49