Download a move for each file with a formidable

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!

+3
source share
1 answer

You can try to see how this popular jquery file upload plugin does it.

0
source

All Articles