I'm making a website with codeigniter. I'm trying to upload a blob via ajax. It's an audio wav file. In the config I need the allowable types for the upload files. What should this be for a blob?
$config['allowed_types'] =
...?
Thanks!
Are you talking about the content-type? It's whatever you set it to client-side when preparing the request.