mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
4 lines
138 B
JavaScript
4 lines
138 B
JavaScript
function upload(encodedentity,apikey,b64) {
|
|
neo.xhttprequest("/api/addpicture?key=" + apikey + "&" + encodedentity,{"b64":b64},"POST")
|
|
}
|