Child pages
  • Chapter 9 - Image management

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • HTTP method: PUT
  • URL: /images/categories/2
  • Wiki MarkupParameters: images=\[binary content for the new image\]

...and here is how to add a new image to the product with id '1':

  • HTTP method: POST
  • URL: /images/products/1
  • Wiki MarkupParameters: images=\[binary content for the new image\]

Here is an HTML form enabling images to be sent:

...