Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获取当前通过基于 HTTP 表单的文件上传到 Apache 服务器上的所有文件的状态报告?
我不相信你可以用 Apache 本身做到这一点。就 Apache 而言,上传看起来只不过是一个 POST。有模块和其他服务器对上传进行特殊处理,所以你可能会有一些运气。在您的应用程序中跟踪它可能会更容易。
查看SWFUpload,它使用 Flash(以一种很好的方式)来帮助管理多个上传。
您可以通过事件监控一组文件的上传数量。