]> git.p6c8.net - jirafeau.git/blobdiff - index.php
closes #11 show speed and time estimation during upload
[jirafeau.git] / index.php
index ac2fb4723cd8f442257ece4194cba21fd38021c0..1a5c6aac7eeda0dae9c8369491a3cf37a03afbdf 100644 (file)
--- a/index.php
+++ b/index.php
@@ -137,7 +137,10 @@ if (jirafeau_has_upload_password ($cfg))
 
 <div id="uploading">
     <p>
-    <?php echo t ('Uploading ...'); ?><div id="uploaded_percentage"></div>
+    <?php echo t ('Uploading ...'); ?>
+    <div id="uploaded_percentage"></div>
+    <div id="uploaded_speed"></div>
+    <div id="uploaded_time"></div>
     </p>
 </div>
 

patrick-canterino.de