mirror of
https://github.com/filegator/filegator.git
synced 2025-08-19 12:01:40 +02:00
show filesize and remaining time on download (#181)
* show filesize on download
This commit is contained in:
@@ -134,6 +134,7 @@ class Filesystem implements Service
|
||||
return [
|
||||
'filename' => $this->getBaseName($path),
|
||||
'stream' => $this->storage->readStream($path),
|
||||
'filesize' => $this->storage->getSize($path),
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user