将 wav 文件设置为文件引用
我正在 Flash 中构建一个小记录器,但在将记录的文件发送到 php 时遇到了一些问题。有没有一种方法可以简单地使用 var 发送它,我需要将其设置为文件引用吗?但是我该怎么做,因为我看到的唯一方法是您需要从某个地方浏览或加载。
谢谢 杰罗恩
I'm building a little recorder in flash and I have a little problem with sending the file that is recorded to php. Is there a way to simply send it with a var of do I need to set it to a file reference, but how can I do that because the only way I see that is that you need to browse or load is from somewhere.
Thanks
Jeroen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下命令将其发送到服务器: 使用 PHP 将 ByteArray 保存到文件
You can send it to the server using this: Save ByteArray to file with PHP