On Thu, Oct 29, 2009 at 8:53 PM, Russell Blau <[email protected]> wrote: > Has anyone been able to successfully upload a file to any wiki by URL, > *through the API*? > There was a slight problem with I fixed in r58337 and just got synced. I tested it and it works now. For your information, I used the following query: site.api(token = img.get_token('edit'), action = 'upload', url = 'http://www.mediawiki.org/images/wikimedia-button.png', filename = 'Wikimedia-button.png') using mwclient.
Bryan _______________________________________________ Mediawiki-api mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
