Background asynchronous multiple files upload

Viewed 30

EDIT: Hello there,

I have to implement a large file upload system using Javascript/PHP/Symfony inside an existing application.

That upload system must be enough generic to support server upload, cloud, S3 or anything else I could adapt on.

The application is not an Single Page Architecture. The goal is to be able to drop a file that will be uploaded in background and the user will be able to continue navigate to different pages (full page re/load not only partial) without the upload to be stopped. At the end of the upload, user will receive a notification.

Is it possible to do that? And if yes, could you gave me some tips please?

0 Answers
Related