我創建了一個頁面文件(單)上傳到我的服務器:添加進度條
<form action="<?php echo $_SERVER['PHP_SELF'];?>?e_name=<?php echo $_GET['e_name']; ?>" method="post" enctype="multipart/form-data">
<input type="file" id="upload-video" name="userfile" onchange="handleFiles(this.files)" class="input"/>
<div>
<input type="submit" name="submit" value="העלה" class="button"/>
</div>
</form>
,我想知道我怎麼能一個進度條添加到它。 我注意到,在Chrome中,您可以看到上傳百分比,並想知道是否有方法使用該信息。
如果沒有,有什麼好辦法做到這一點? 我一直在四處張望,但總是似乎與我發現的混淆,如果有人可以解釋它,那簡直就是篦。
非常感謝。
試過? [在PHP中上載進度條](http://stackoverflow.com/questions/849237/upload-progress-bar-in-php) – Czechnology 2012-02-01 20:04:47
[Show progress for PHP long script]可能重複(http://stackoverflow.com/questions/7049303/show-progress-for-php-long-script) – 2012-02-01 20:04:53