Using http://www.yiiframework.com/wiki/348/xupload-workflow/ as example without the "Moving Files to their final destination" part. ``` <!-- The global progress bar --> <div class="progress progress-success progress-striped active fade"> <div class="bar" style="width:0%;"></div> </div> ```