Справка MediaWiki API

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=upload

(main | upload)
  • Этот модуль требует прав на чтение.
  • Этот модуль требует права на запись.
  • Этот модуль принимает только Post-запросы.
  • Источник: MediaWiki
  • Лицензия: GPL-2.0+

Upload a file, or get the status of pending uploads.

Several methods are available:

  • Upload file contents directly, using the file parameter.
  • Upload the file in pieces, using the filesize, chunk, and offset parameters.
  • Have the MediaWiki server fetch a file from a URL, using the url parameter.
  • Complete an earlier upload that failed due to warnings, using the filekey parameter.

Note that the HTTP POST must be done as a file upload (i.e. using multipart/form-data) when sending the file.

Параметры:
filename

целевое название файла

comment

Upload comment. Also used as the initial page text for new files if text is not specified.

По умолчанию: (пусто)
text

Первоначальный текст страницы для новых файлов.

watch
Устаревший.

Наблюдать за этой страницей

Тип: двоичный (details)
watchlist

Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch.

One value: watch, preferences, nochange
По умолчанию: preferences
ignorewarnings

Игнорируйте любые предупреждения.

Тип: двоичный (details)
file

Содержимое файла.

Must be posted as a file upload using multipart/form-data.
url

URL-Адрес для извлечения файла из.

filekey

Key that identifies a previous upload that was stashed temporarily.

sessionkey
Устаревший.

Same as filekey, maintained for backward compatibility.

stash

If set, the server will stash the file temporarily instead of adding it to the repository.

Тип: двоичный (details)
filesize

Filesize of entire upload.

value должен быть между 0 и 536 870 912.
Тип: integer
offset

Смещение блока в байтах.

value должен быть не меньше чем 0.
Тип: integer
chunk

Кусок содержимого.

Must be posted as a file upload using multipart/form-data.
async

Make potentially large file operations asynchronous when possible.

Тип: двоичный (details)
asyncdownload

Сделать извлечение URL-адреса асинхронно

Тип: двоичный (details)
leavemessage

If asyncdownload is used, leave a message on the user talk page if finished.

Тип: двоичный (details)
statuskey

Fetch the upload status for this file key (upload by URL).

checkstatus

Only fetch the upload status for the given file key.

Тип: двоичный (details)
token

A "csrf" token retrieved from action=query&meta=tokens

Этот параметр является обязательным.