mediawiki-1.33.0 VisualEditor-REL1_33-8c9c37e.tar.gz
I can't upload images to wikimedia with visualeditor as anonymous.
I get
Quelque chose s'est mal passé
Un des paramètres filekey, file et url est obligatoire.
It's ok with normal upload
I want anonymous usder to be able to upload image with visualeditor
In /var/www/html/mediawiki/LocalSettings.php, I've add :
$wgGroupPermissions['*']['upload'] = true;
It works fine with Special:Upload page!
the first window is OK
but I get error after
or