I'm using Visual Editor with $wgUploadDialog setup. I have all the Fields enabled and can enter data, but I am only able to pass one of the values to the file page.
Setting 'filepage' => '$DESCRIPTION', passes the Description
Setting filepage' => '$CATEGORIES', passes the Category
Problem is that I am unable to pass more than one of these. I have to choose one. Perhaps I'm not setting the $wgUploadDialog value in LocalSettings.php properly. I've tried various settings. Any suggestions as to passing more than 1 of the above values to the filepage would be appreciated. Thanks.