jargoud / laravel-backpack-dropzone

Dropzone field for Laravel Backpack
MIT License
2 stars 1 forks source link

Missing chunk upload config in doc #3

Closed bastos71 closed 2 years ago

bastos71 commented 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
],
jargoud commented 2 years ago

Done in release 2.0.1. Thanks!