使用消息传递通知客户端正在上传的文件的状态

发布于 2024-11-03 09:12:36 字数 101 浏览 1 评论 0原文

使用消息传递来通知客户端当前正在上传的文件的状态是一个好习惯吗?在我当前的应用程序中,上传的每个文件都会在服务器上经过一系列检查,例如 EXIF 数据检查,然后通知客户端该文件已完全接受。

Is it a good practice to use messaging to notify the client of the state of the current file being uploaded? In my current application, every file which is uploaded goes through a series of checks on the server, for instance EXIF data checks, before notifying the client that this file is completely accepted.

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

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

发布评论

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

评论(1

三岁铭 2024-11-10 09:12:36

您可以在服务器端保留 FileUpload 请求直到文件接受,并使用此请求响应来通知 Flex,在 FileRefrense 事件完成

希望有帮助

You may hold FileUpload Request on server side till File Acceptance, and use this request reponse to Notify Flex, in FileRefrense Event COMPLETE

Hopes that helps

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