sergix44 / XBackBone

A lightweight file manager with full ShareX support and more
https://xbackbone.app
GNU Affero General Public License v3.0
993 stars 81 forks source link

Chunked (< 100MB) Upload for Cloudflare #549

Closed DoctorDinosaur closed 1 year ago

DoctorDinosaur commented 1 year ago

Cloudflare limits uploads to 100MB for free accounts.

It would be useful if, clientside, the uploader could divide the file into < 100MB chunks, which can then be uploaded without error on Cloudflare proxied sites.

See: https://github.com/sergix44/XBackBone/issues/420 https://github.com/sergix44/XBackBone/issues/396

There are numerous implementations of this on GitHub See: https://github.com/pionl/laravel-chunk-upload

To avoid issues in other setups, this should be an optional feature which can be turned on/off by the site admin.

DoctorDinosaur commented 1 year ago

I realise now this is a duplicate

https://github.com/SergiX44/XBackBone/issues/232