mirror of
https://github.com/krateng/maloja.git
synced 2026-03-22 09:27:47 -04: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")
|
|
}
|