coding-socks/laravel-upload-handler

Dispatch merge

Opened this issue · 1 comments

Creating a merged file from the uploaded chunks is synchronous at the moment and depending on the file size it can take a long time. By dispatching it as a job the owner of the application can execute it in background with an asynchronous queue driver.

This probably won't execute fileUploaded closure passed to handle method.