Upload progress for each file with formidable

I'm using Formidable module for uploading files.

With it's api we can get received and expected bytes of entire request and all uploaded files by listening the progress event.

Is there a way how to get upload progress for each file individually??

Thanks!

You can try looking at the way this popular jquery file upload plugin does it