未处理的 IOErrorEvent:。 text=错误#2038:文件 I/O 错误

发布于 2024-12-13 05:47:36 字数 362 浏览 0 评论 0原文

当我们尝试在 Mozilla 浏览器的 Flex UI 上上传文件时,我们遇到了问题。

我们使用 flash.net.FileReference 对象来上传文件。

当我们使用 IE7 或 IE8 时,它工作正常。

Error reported on debug is:
Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.

我们是 Flex 新手,所以我们无法很好地理解此错误背后的原因。

任何有帮助的答案将不胜感激。

谢谢。

We are facing issue when we try to upload a file on flex UI on Mozilla browser.

We are using flash.net.FileReference object for uploading a file.

It works fine when we use IE7 or IE8.

Error reported on debug is:
Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.

We are new to flex, so we are not in a good position to understand the reason behind this error.

Any helpful answers will be appreciated.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

病女 2024-12-20 05:47:36

一些代码会有所帮助,但通常应该通过收听 FileReference.IOErrorEvent 就像这个 示例

some code would be helpful, but generally it should be fixed by listening to FileReference.IOErrorEvent like in this example

无语# 2024-12-20 05:47:36

除了我的评论。任何在没有侦听器的情况下调度的 IOErrorEvent 都会引发 IO 错误——即使您自己调度它。

In addition to my comment. Any IOErrorEvent dispatched without listener(s) will throw an IO error -- even if you dispatch it by yourself.

无戏配角 2024-12-20 05:47:36

造成这种情况的原因之一可能是上传时请求的 URL 出现任何失败状态代码响应(4## 或 5##)。

One cause of this can be any failure status code response (4## or 5##) from the requested URL on the upload.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文