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&nbsp; 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>

...