KnpLabs / Gaufrette

PHP library that provides a filesystem abstraction layer − will be a feast for your files!
http://knplabs.github.io/Gaufrette
MIT License
2.47k stars 356 forks source link

[1.0] Be able to handle large files #532

Open nicolasmure opened 7 years ago

nicolasmure commented 7 years ago

We should be able to upload large files (e.g. > 5gb files), as pointed out in #311 .

Proposal

Each adapter should be able to detect when a file is large (ie > to a limit), and upload it by chunks.

Todo

nicolasmure commented 6 years ago

Also use PSR7 streamable interface (see https://github.com/KnpLabs/Gaufrette/issues/571 )

KevinArtus commented 1 year ago

@nicolasmure Is this issue is still relevant ?