Tagged Questions
2
votes
1answer
275 views
Moodle, upload and store files using moodle forms
I'm having some dificulties implementing a moodle upload mechanism using moodle forms. My goal is to let the user/administrator upload images, store them and access later in a block.
Currently, I ...
0
votes
1answer
395 views
How to Access Files inside moodledata folder in Moodle
I am new to moodle. I created a file upload in plugin. The file will be uploaded inside /moodledata/logoimage. I don't know how to display the file in UI.
I tried to display like ...
3
votes
3answers
2k views
Detecting folders/directories in javascript FileList objects
I have recently contributed some code to Moodle which uses some of the capabilities of HTML5 to allow files to be uploaded in forms via drag and drop from the desktop (the core part of the code is ...