Yii2 file upload progress bar

I have created a form to upload content to the server. using
use kartik\file\FileInput;
I am uploding a video as well as an image but after i have pressed publish it is taking too much time to upload those files to server but the problem is that there is no way for user to understand how much progress does it made is there a way to attach progress bar along with this after pressing publish.