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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you talking about the content-type? It’s whatever you set it to client-side when preparing the request.