你好
我看到很多網頁,其中用戶可以上傳文件,他被賦予了某種視覺反饋進度(水平線,百分比等)。
我的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>
我如何能爲用戶提供上載過程中的進給用戶?
感謝