hpost: fix Content-Type parameter separator for multipart/form-data POSTs
This commit is contained in:
parent
6a83facfb3
commit
0598844894
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ fn mpost {
|
|||
}
|
||||
fn multi {
|
||||
f='HJBOUNDARY'
|
||||
menc $"f | $hget -r 'Content-Type: multipart/form-data, boundary='$"f -b $url -P $action
|
||||
menc $"f | $hget -r 'Content-Type: multipart/form-data; boundary='$"f -b $url -P $action
|
||||
}
|
||||
|
||||
if(! ~ $action ''){
|
||||
|
|
Loading…
Reference in a new issue