Sopamo / laravel-filepond

Laravel backend module for filepond uploads
MIT License
202 stars 56 forks source link

Implemented support for chunked uploads #40

Closed SvanThuijl closed 3 years ago

Sopamo commented 3 years ago

Thanks for your contribution! I'll have a look at this and see if I find any issues.

One thought I had: What do you think about using a different configuration variable for storing the chunks? This way it would be possible to store the chunks in a different folder (or even locally instead of a remote storage) which might be better for performance / cost / maintainability.

Sopamo commented 3 years ago

I actually need support for chunked uploads myself and will change a few things in the implementation to support more use cases.