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.
Asked
Active
Viewed 29 times
0

Jan Chrbolka
- 4,184
- 2
- 29
- 38

Akhilesh
- 1,243
- 4
- 16
- 49
-
Improve readability – Jan Chrbolka Jan 18 '17 at 03:45
1 Answers
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