Flex URLLoader 上传 - 确定进度条?
我的应用程序要求用户使用 FileReference / FileReferenceList 选择要上传的文件。然后客户端压缩文件数据并使用 URLLoader 上传文件内容。
URLLoader 的一个问题是上传时不会触发进度事件。如何跟踪上传进度?我无法为新压缩的 ZIP ByteArray 创建 FileReference。
——斯里
My application asks the user to select files for upload using a FileReference / FileReferenceList. The client then compresses the File data and uses URLLoader to upload the contents of the file.
One problem with the URLLoader is that the progress event does not get triggered for uploads. How do I track the upload progress? I am unable to create a FileReference for the newly compressed ZIP ByteArray.
-- Sri
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑到Flex/Flash API的情况,答案是“不可能”
Given the situation of Flex / Flash APIs, the answer is "not possible"