I use the Formidable module to upload files.
Using api, we can get the received and expected bytes of the entire request and all downloaded files by listening to the progress event.
Is there any way how to achieve download for each file separately?
Thank!
source
share