Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个 Web 应用程序,它必须允许用户上传图像,最好是通过设备的相机。似乎有几种技术可以做到这一点:
处理此问题的最佳方法是选择基于客户端设备和浏览器的技术。也许回退到传统的文件上传。
非常像 Comet 处理服务器通信。是否有某种库或技术集合来实现这一目标?欢迎任何指点。