20 lines
272 B
Plaintext
20 lines
272 B
Plaintext
meta {
|
|
name: Upload
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{base_url}}/upload
|
|
body: multipartForm
|
|
auth: inherit
|
|
}
|
|
|
|
body:multipart-form {
|
|
file: @file(/home/dylan/Documents/Test Videos/long_normal.mp4)
|
|
}
|
|
|
|
script:post-response {
|
|
bru.setEnvVar("uuid", res.body);
|
|
}
|