pionl / laravel-chunk-upload

The basic implementation for chunk upload with multiple providers support like jQuery-file-upload, pupload, DropZone and resumable.js
MIT License
617 stars 167 forks source link

Chunk Upload Supports For Environment With Multiple Servers #159

Open BilalTariq01 opened 1 year ago

BilalTariq01 commented 1 year ago

What steps will reproduce the problem?

  1. Upload a file in an environment with multiple servers.
  2. isFinished() always return false

What is the expected result?

The chunks should be uploaded to a centralized location or synchronized across all servers, allowing for successful processing.

What do you get instead?

Additional info

Q A
This Package Version 1.5
Laravel Framework Version 9.30.1
PHP version 8.2
Operating system Ubuntu