upload-file-from-url
Upload a file to a MediaWiki wiki by providing a source URL. The wiki server fetches the file directly from that URL, with options for filename, description, and attribution.
Instructions
Upload a file to the wiki by fetching it from a URL. The wiki server downloads the file directly from the source URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Source URL to fetch the file from | |
| user | No | Name of the person requesting this upload (for attribution). Ask the user if not known | |
| wiki | No | Wiki name (uses default if omitted) | |
| comment | No | Upload comment | |
| filename | Yes | Target filename on the wiki | |
| description | Yes | File description (wikitext) |