Child pages
  • Chapitre 9 - Gestion des images

Versions Compared

Key

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

...

Code HTML permettant au navigateur d'envoyer l'image associée :

Code Block


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

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

...