2010-07-14 104 views
2

可能重複:
How to implement file upload progress bar on web?上傳文件

你好

我看到很多網頁,其中用戶可以上傳文件,他被賦予了某種視覺反饋進度(水平線,百分比等)。

我的HTML表單

<form method="post" action="upload.php" enctype="multipart/form-data"> 
<p>Select file to upload: <input type="file" name="selected_file"></p> 
<p><input type="submit" value="Upload the file"></p> 
</form> 

我如何能爲用戶提供上載過程中的進給用戶?

感謝

回答

2

有許多JavaScript和Flash腳本在那裏它提供了這樣的選擇。

我最喜歡的一個是Plupload。 它支持HTML5以及Flash和其他許多可供選擇

看到examplesdocumentation更多信息