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
602 stars 167 forks source link

When merging files my server API stop working #154

Open awnigharbia opened 1 year ago

awnigharbia commented 1 year ago

When my server is merging chunks the api is stop working and other functionality as well, May I know why? Can anyone help me through this?

awnigharbia commented 1 year ago

Any idea?

pionl commented 1 year ago
awnigharbia commented 1 year ago

I am using shared hosting from Hostinger, with the heighest plan, I think 12 GB RAM/8 core CPU, How the enciroment can affect the process ?

pionl commented 1 year ago

A lot of stuff can happen, depends how big files you are working with, how many chunks are merging. How the server is utilized, etc. You should check logs if there is more info. At this moment Im unable to help you. Could be a timeout on the API. If I understand you correctly, that the server crashes?