Hi guys,
I’ve got the same problem but already resolved it.
Just change the line 202 in nm_fileuploader.php
this: ‘fileDescription’ => nmFileUploader::$desc,
for:
‘fileMeta’ => nmFileUploader::$desc,
The list didn’t work because there was an error when inserting the file to database because fileDescription didn’t exist.
Cheers!