当前位置:Gxlcms > PHP教程 > php上传文件时,显示百分比用什么插件比较好?

php上传文件时,显示百分比用什么插件比较好?

时间:2021-07-01 10:21:17 帮助过:21人阅读

php上传文件时,显示百分比用什么插件比较好?

回复内容:

php上传文件时,显示百分比用什么插件比较好?

本质上来说这个应该是前端的事。利用ajax的progress事件。
http://www.ruanyifeng.com/blog/2012/08/file_upload.html
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest#Monitoring_progress

人气教程排行