52 lines
924 B
JSON
52 lines
924 B
JSON
{
|
|
"meta": {
|
|
"$_POST": [
|
|
{
|
|
"type": "text",
|
|
"name": "imageData"
|
|
}
|
|
]
|
|
},
|
|
"exec": {
|
|
"steps": {
|
|
"name": "fileUpload",
|
|
"module": "upload",
|
|
"action": "upload",
|
|
"options": {
|
|
"fields": "{{$_POST.imageData}}",
|
|
"path": "/uploads",
|
|
"replaceSpace": true,
|
|
"replaceDiacritics": true,
|
|
"asciiOnly": true
|
|
},
|
|
"meta": [
|
|
{
|
|
"name": "name",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "url",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "type",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "size",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "error",
|
|
"type": "number"
|
|
}
|
|
],
|
|
"outputType": "array",
|
|
"output": true
|
|
}
|
|
}
|
|
} |