Welcome to the RuneGlory Wiki, where we do our best to make your life easier!

You can use the search menu on the right side of the wiki (or at the bottom if you are on mobile) to search for the page you are looking for. The most popular pages can be found on the right side of the wiki aswell (or again at the bottom if you are on mobile).

MediaWiki:Apihelp-upload-description

From RuneGlory
Jump to: navigation, search

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

Several methods are available:

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

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