minmod
This commit is contained in:
parent
1b9ea58e3a
commit
dbfd0662ea
|
@ -78,7 +78,7 @@
|
||||||
$postraw = "--$boundary";
|
$postraw = "--$boundary";
|
||||||
|
|
||||||
foreach($postarray as $postkey=>$postvalue)
|
foreach($postarray as $postkey=>$postvalue)
|
||||||
$postraw .= "\r\ncontent-disposition: form-data; name=\"$postkey\"\r\n\r\n$postvalue\r\n--$boundary";
|
$postraw .= "\r\nContent-Disposition: form-data; name=\"$postkey\"\r\n\r\n$postvalue\r\n--$boundary";
|
||||||
|
|
||||||
$postraw .= "--";
|
$postraw .= "--";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue