Once user choose the files and click the submit button in web application dropbox chooser I'm downloading the files in my backend by calling ajax function in success option of the chooser, if the file is too large then the chooser stays open for few minutes (even after user selects and submit the files) untill the whole video gets downloaded in backend, is there any option to close the popup of chooser after few seconds, so that download continue in the background and user will not be confused that why the webpage is stuck.