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.
我正在用 codeigniter 制作一个网站。我正在尝试通过 ajax 上传 blob。这是一个音频wav文件。在配置中,我需要上传文件的允许类型。对于 blob,这应该是什么?
$config['allowed_types'] =...?
$config['allowed_types'] =
谢谢!
您是在谈论内容类型吗?这是您在准备请求时将其设置为客户端的任何内容。