add a new input field to upload images in courses forms

Re: add a new input field to upload images in courses forms

by Mayank Tyagi -
Number of replies: 0
Hi Jorge,

Moodle does not store path of the files in the database. In your column this is the itemid(highlight area). You can find that itemid in the prefix_file table. Moodle create link of the files dynamically. You need to create link of the file dynamically and then save that path in another table for your reference.