录制的音频文件
我有一个应用程序,可以在其中录制用户语音并将其保存到文档文件夹中。现在我想将它放回到 iPhone 的照片库中,或者我想下载它,以便用户可以与任何人共享它。我正在发送录制文件的邮件,但如果文件大小大于 8 mb,则不会请允许我发送带有附件的电子邮件,因此在这种情况下我想下载它。那么如何获得它请帮忙。
i have a application in which i record the user voice and save it into documents folder. now i want to get it back in to the photo library of the iphone or i want to download it so that user can share it with anybody.i am sending mail of the recorded file but if the file size is greated than 8 mb its not allo me to send the email with attachment so in such situation i want to downlod it. so how can get it please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您最好的选择是将文件发布到服务器或云(例如 Amazon s3),您或其他人可以在记录后下载该文件。
Your best option would be to post the file to a server or cloud, like Amazon s3, where you or someone else could download the file after it is recorded.