...
- HTTP method: PUT
- URL: /images/categories/2
Parameters: images=\[binary content for the new image\]Wiki Markup
...and here is how to add a new image to the product with id '1':
- HTTP method: POST
- URL: /images/products/1
Parameters: images=\[binary content for the new image\]Wiki Markup
Here is an HTML form enabling images to be sent:
...