My shop is working with PHP-MVC. i have used dropbox API to upload files from my computer. But now due to long files user have to wait until
file uploading is completed now how can i do this uploading in background so user do not have to wait to completed file uploading and user can navigate easily with other area or shop. Like in background upload is still going on even user is on another page. Does CORE API helpful?
How can i make solution for this problem