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.
对于我的 PHP 网站,我们正在生成移动网站,并且必须通过任何移动设备实现语音记录功能,你们知道有更好的选择来轻松地将其与我的 PHP 移动网站集成吗?
我尝试了一些 Java Applet,但它们不适用于 iPhone / Android,因此任何简单的工具都可以使用任何移动设备录制语音,并选择在我的网站和移动设备上保存/播放录制的语音。
最早的帮助将不胜感激。
PHP 是一种服务器端语言。音频是客户端问题。PHP 没有自己的原生多媒体功能。要处理录音,您需要一个 Java 或 Flash 小程序。PHP 的参与将开始/结束于接受来自该小程序的文件并将其存储在服务器上。
我对 gem nested_form 有一点问题。我有:
class Factura < ActiveRecord::Base attr_accessible :itemfacturas_attributes has_many :itemfactura