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:
3
website/javascript/upload.js
Normal file
3
website/javascript/upload.js
Normal file
@@ -0,0 +1,3 @@
|
||||
function upload(encodedentity,apikey,b64) {
|
||||
neo.xhttprequest("/api/addpicture?key=" + apikey + "&" + encodedentity,{"b64":b64},"POST")
|
||||
}
|
||||
Reference in New Issue
Block a user