upload-file-from-url
Upload a file to the wiki by fetching it from a source URL, specifying target filename and description.
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) |