Child pages
  • Chapitre 9 - Gestion des images

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block


<form enctype="multipart/form-data"&nbsp; method="POST"&nbsp; action="http://[email protected]/api/images/products/1">

<fieldset>
<legend>Add image for products No 1</legend>
<input&nbsp; type="file"&nbsp; name="image">
<input&nbsp; type="submit"&nbsp; value="Execute">
</fieldset>
</form>

...