KShare/examples/pomf.uploader

16 lines
354 B
Plaintext
Raw Normal View History

2017-07-20 17:14:28 +02:00
{
"name": "Uploader name",
"target": "POMF endpoint",
"format": "multipart-form-data",
"body": [
{
"__Content-Type": "/%contenttype/",
"filename": "/image.%format/",
"name": "files[]",
"body": "/%imagedata/"
}
],
"return": ".files.0.url",
"return_prepend": "Add only if the host does not fill out url"
}