Hi,
 When uploading a file using the mediawiki API, i use this Url of the Upload page:
             
                                                   $url= "http://localhost/mediawki/index.php/Special:Upload";
But is this variable configurable?
I mean to get the url in any wiki langagues. Because the french wiki have the different url for this page, for exemple:
                                                     $url= "http://localhost/mediawki/index.php/Spécial:Téléverser"   instead

Best regards.