Closed bastos71 closed 2 years ago
Could we add this piece of config for a CRUD field to enable by default the chunk upload ? 🙏
'config' => [ 'chunkSize' => 1024 * 1024 * 2, // for 2Mo 'chunking' => true ],
Done in release 2.0.1. Thanks!
Could we add this piece of config for a CRUD field to enable by default the chunk upload ? 🙏