Uploading multiple files

Re: Uploading multiple files

by mark van de klei -
Number of replies: 0

Hi Gustav,

Besides upload your "upload" directory you also need:

1
$output .= '<img align="middle" src="'.$CFG->pixpath.'/f/'.$icon.'" height="16" width="16" alt="'.$icon.'" />'.

and

2
$string['typeupload'] = 'Upload files';

$string['helpupload'] = '<p>This type of assignment allows each participant to upload one or
 several files, of any type.</p> <p>This might be a Word processor document, or an image, 
 a zipped web site, or anything you ask them to submit.</p>';
$string['allowmultiple'] = 'Allow multiple files';
These 2 changes above are for the Help icons right (so for the teacher)? 
I cannot get this to work, the Help icon does not show up, any thoughts?
Thanks in advance,
Mark