Create photo REST API - problem with special characters
snowcrack
Joined: 2011-11-13
Posts: 3 |
Posted: Mon, 2012-01-30 17:35 |
Hello, i have a problem when I sending photos with special characters in title or description over the REST API. For example, when I send title "123ÄaÖ" I will get "123a" as title in my gallery. Here is an example POST: POST /gallery3/index.php/rest/item/1 HTTP/1.1 ----gallery0.3254501086194068 {"type":"photo","name":"GalleryImage.jpg","title":"123ÄaÖ","description":""} ... Thanks, |
|