现有的php图像上传脚本的进度条?
我目前有一个用于上传图像文件的 PHP 脚本,但我正在尝试查找或创建一个简单的 jquery 进度条用于上传。
有谁知道我可以用来执行此操作的脚本?我不想更换整个上传机制,因为它工作得很好。我只想向用户显示上传状态。
关于如何从 PHP 获取当前状态并将其传递给 jquery 有什么建议吗?
I currently have a PHP script I use to upload image files but I'm trying to find or create a simple jquery progress bar for the upload.
Does anyone know of a script I could use to do this? I don't want to replace my entire upload mechanism because it works really well. I just want to display the upload status to the user.
Any suggestions on how I might be able to get the current status from PHP and pass it off to jquery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://www.johnboy.com/php-upload-progress-bar 是一个简单的解决方案。
它不需要闪光灯,这总是好的!
不过,如果我没猜错的话,您无法从 Apple 移动设备上传文件。
http://www.johnboy.com/php-upload-progress-bar is a simple solution.
It doesn't require flash which is always good!
If i'm correct, however, you can't upload files from Apple mobile devices.
看
http://pixeline.be/experiments/jqUploader/
See
http://pixeline.be/experiments/jqUploader/