WebPaste: insignificant rename filename field

This commit is contained in:
Pragmatic Software 2021-07-25 08:24:42 -07:00
parent 38ca456fb6
commit f81b64f374
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ sub paste_0x0st {
return $ua->post(
"https://0x0.st",
[ file => [ undef, "foo", Content => $text, 'Content-Type' => 'text/plain' ] ],
[ file => [ undef, "filename", Content => $text, 'Content-Type' => 'text/plain' ] ],
Content_Type => 'form-data'
);
}