Possible Duplicate:
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>

如何在上载过程中为用户提供源?
谢谢

最佳答案

好好看看:
UBER-UPLOADER 6.8.2

关于html - 上载文件[重复项],我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/3245345/

10-16 21:12