kaer Posted February 24, 2014 Share Posted February 24, 2014 (edited) I can add new image to product, but i can't change it. I wrote function in C#, but i tested it in HTML too. Can anyone help me? <form enctype="multipart/form-data" method="PUT" action="***/api/images/products/20"> <fieldset> <legend>Add image for products No 19</legend> <input type="file" name="image"> <input type="submit" value="Execute"> </fieldset> Is it ok? Edited February 24, 2014 by kaer (see edit history) Link to comment Share on other sites More sharing options...
websku Posted October 5, 2014 Share Posted October 5, 2014 can you share the upload code? The script creating and sending the xml to the API? Link to comment Share on other sites More sharing options...
Recommended Posts