laravel-chunk-upload icon indicating copy to clipboard operation
laravel-chunk-upload copied to clipboard

Chunk Upload Supports For Environment With Multiple Servers

Open BilalTariq01 opened this issue 2 years ago • 0 comments

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

BilalTariq01 avatar Oct 09 '23 13:10 BilalTariq01