KShare/examples/pictshare.uploader

12 lines
246 B
Plaintext
Raw Permalink Normal View History

2017-07-20 17:14:28 +02:00
{
"name": "PictShare",
"desc" : "Example",
"target": ".../backend.php",
"base64": true,
"format": "x-www-form-urlencoded",
"body": {
"base64": "/data:%contenttype;base64,%imagedata/"
},
"return": ".url"
}