Storing files from the filemanager element

Storing files from the filemanager element

by jonathan wu -
Number of replies: 2

$mform->addElement('filemanager', 'basefile', get_string('basefile', 'plagiarism_moss'), null, array('subdirs' => 0));

$mform->addHelpButton('basefile', 'basefile', 'plagiarism_moss');

 $mform->disabledIf('basefile', 'enabled');

Ok,so say i have a element  like this, and would like store those files in the element in a directory: /var/www/html/moodledata/temp is this possible?

Average of ratings: -