laravel-chunk-upload
laravel-chunk-upload copied to clipboard
Chunk Upload Supports For Environment With Multiple Servers
What steps will reproduce the problem?
- Upload a file in an environment with multiple servers.
- 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 |