We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dc0e3 commit bbf5204Copy full SHA for bbf5204
flight/net/Request.php
@@ -650,7 +650,7 @@ protected function parseRequestBodyForHttpMethods(): void
650
'name' => $headers['content-disposition']['filename'],
651
'type' => $headers['content-type'] ?? 'application/octet-stream',
652
'size' => mb_strlen($value, '8bit'),
653
- 'tmp_name' => null,
+ 'tmp_name' => '',
654
'error' => UPLOAD_ERR_OK,
655
];
656
0 commit comments