存储来自 Cam 的照片的正确路径?
我目前正在开发一个网络摄像头应用程序,它基本上在定义的时间段内存储一张图片(例如每分钟一张照片)。如果由于某种原因上传到外部网络服务器失败,我想将该照片临时存储在文件系统中。
关于存储这些临时文件的位置有任何约定吗?
I'm currently developing a WebCam app, which basically stores a picture in a defined time period (like one photo per minute). If for some reason the upload to an external web server fails, I want to temporarily store that photo in the file system.
Is there any convention about where to store those temporary files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,有。 开发指南中的数据存储文档对此进行了描述。您可能对内部存储和外部存储部分特别感兴趣。
Yes, there is. It's described in the data storage document in the dev guide. You're probably especially interested in the Internal Storage and External Storage sections.