1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Can now upload artist / track images from web

This commit is contained in:
Krateng
2019-11-21 23:14:53 +01:00
parent 3ebde4a187
commit 3c12462d36
9 changed files with 73 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
function upload(encodedentity,apikey,b64) {
neo.xhttprequest("/api/addpicture?key=" + apikey + "&" + encodedentity,{"b64":b64},"POST")
}