You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.