Spaces:
Sleeping
Sleeping
| meta { | |
| name: upload file | |
| type: http | |
| seq: 1 | |
| } | |
| post { | |
| url: {{base_url}}/upload | |
| body: multipartForm | |
| auth: inherit | |
| } | |
| body:multipart-form { | |
| file: @file() | |
| } | |
| settings { | |
| encodeUrl: true | |
| timeout: 0 | |
| } | |