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.
URLLoader 在上传数据时不会调度 PROGRESS 事件,但最新的 Socket 实现支持 outputProgress 事件 [1]。
是否有任何 HTTP 客户端可以使用 outputProgress 跟踪上传进度?
[1] http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/Socket.html#event:outputProgress
AS3HttpClient 使用 Socket 类来做 HTTP,如果它不做你想要的,它可能是最好的起点。开发人员甚至有一个古老的请求,要求 Adobe 支持 Socket 中的 outputProgress
参考