mirror of
https://github.com/friendica/friendica
synced 2025-04-21 19:10:12 +00:00
Test file uploads
This commit is contained in:
parent
ca5fd01f75
commit
3e303fb366
3 changed files with 15 additions and 5 deletions
|
@ -141,7 +141,7 @@ class HTTPInputData
|
|||
return ['variables' => $variables, 'files' => $files];
|
||||
}
|
||||
|
||||
private static function fetchFileData($stream, string $boundary, array $headers, string $filename)
|
||||
protected static function fetchFileData($stream, string $boundary, array $headers, string $filename)
|
||||
{
|
||||
$error = UPLOAD_ERR_OK;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue