Sigue siendo no real esa clase, es igual a hace esto:
Código PHP:
<html>
<head>
<style type="text/css"><!--
.pbar { background: #EEE; border: 1px solid #CCC; margin: 1px; height:10px; width: 10px;}
--></style>
</head>
<body>
<?php
if( ob_get_level() == 0) ob_start();
echo str_pad('Cargando... ',4096) . "<br />";
for( $i = 0; $i < 30; $i++ ){
echo '<span class="pbar"> </span>';
ob_flush();
usleep(500000);
}
ob_end_flush();
?>
</body>
</html>
Podrías leer el peso del file a subir y simularlo un poco mas, pero no sería real a la transferencia del usuario.