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.
我知道这已经被问到了,但找不到一个直接的答案。我的应用程序将 .caf 文件从 ios 上传到 Webserver,其中 .caf 不是可识别的格式。在上传到服务器之前,我应该在 iOS 中以编程方式将其转换为 mp3、.wav..etc 吗?
编辑:我遇到了同样的问题,下面给出了解决方案
我有同样的问题,As.caf isn't a recognized format in ISS 6.0或更大(不确定哪个ISS)所以你convert into base64然后在服务器中保存为.cab file
.caf isn't a recognized format in ISS 6.0
convert into base64
.cab file
再次检索时转换格式.cab to .caf文件
.cab to .caf
我找不到一个简单的方法来做到这一点。所以,我最终在我的 Windows 机器上下载了 caf 播放器。