No problem! I found your plugin quite useful.
Now I’m into translating it, because I need it in Spanish and Catalan. So if you need the translations in the future just tell me.
Best!
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!