mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
return original filename to fileupload
This commit is contained in:
parent
df31ee5a90
commit
0968eb0a65
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ if (strpos($dir, '..') === false) {
|
|||
'size' => $meta['size'],
|
||||
'id' => $meta['fileid'],
|
||||
'name' => basename($target),
|
||||
'originalname'=>$files['name'][$i],
|
||||
'uploadMaxFilesize' => $maxUploadFilesize,
|
||||
'maxHumanFilesize' => $maxHumanFilesize
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue