上载档案 [英] Uploading a file

查看:61
本文介绍了上载档案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能重复:
如何在网络上实现文件上传进度栏?

Possible Duplicate:
How to implement file upload progress bar on web?

你好

我已经看到许多网页,用户可以上传文件,并且在视觉反馈(水平条,百分比等)方面给了他一些进步.

I have seen many webpages where the user is able to upload a file and he is given some sort of progress as visual feedback (horizontal bar, percentage etc).

我的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>

在上传过程中如何为用户提供提要?

How can I provide the user with a feed during the upload?

谢谢

推荐答案

很好看:

UBER-UPLOADER 6.8.2

这篇关于上载档案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆