使用消息传递通知客户端正在上传的文件的状态
使用消息传递来通知客户端当前正在上传的文件的状态是一个好习惯吗?在我当前的应用程序中,上传的每个文件都会在服务器上经过一系列检查,例如 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在服务器端保留 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