在 Flex Web 应用程序中在服务器上写入文件
我正在尝试构建一个可以在 Flex 4 中录制声音的应用程序。我可以录制声音,但无法将声音数据保存在网络文件中。
我如何在 Flex Web 应用程序中将声音数据保存在服务器上。 FileStream 不适用于 Flex Web 应用程序。
我们将不胜感激您的帮助。
I am trying to build a application which can record sound in Flex 4. I am able to record sound but i am not able to save sound data in a file on web.
How can i save sound data on server in flex web application. FileStream does not work in flex web application.
Your help will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用一些允许从字节数组执行上传的解决方案,例如以下。但不要忘记一些安全限制 可能需要用户在上传时进行交互。
You can use some solutions which allow to perform upload from byte array like the following. But don't forget about some security restrictions which can require user interaction on upload.