extjs 文件上传 - 如何处理与互联网或网络断开连接的情况

发布于 2024-12-09 03:56:52 字数 149 浏览 0 评论 0原文

我们正在使用 extjs 表单将文件上传到文件服务器(我们有一个 FileUploadHandler.ashx 来处理 bakcend 端的文件)

我的问题是,如果在上传过程中用户意外断开连接,extjs 是否可以处理/抛出异常网络/互联网

提前致谢。

We are using an extjs form to upload our files to fileserver ( we have an FileUploadHandler.ashx to handle the file on the bakcend side )

My question is, can extjs handle / throw an exception if accidentally during the upload process the user was disconnected from the network / internet

Thanks in advance.

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

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

发布评论

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

评论(1

我恋#小黄人 2024-12-16 03:56:52

你必须在服务器端处理这个问题。我不相信 ExtJS 可以处理这个问题,它只能处理来自服务器的响应。因此,如果您的服务器抛出 500 或其他错误代码,表明请求不成功,您可以处理该问题。

You'd have to handle that on the server side. I don't believe ExtJS can handle that, it can only handle responses from the server. So, if your server throws a 500 or another error code that indicates that the request was unsuccessful, you can handle that.

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