Is there a standard 'null' mime-type

前端 未结 3 1457
名媛妹妹
名媛妹妹 2021-01-19 07:13

I am using a single JSON response format to cover a number of possible responses.

The response contains a field that, optionally, contains a link to an external reso

3条回答
  •  情书的邮戳
    2021-01-19 07:22

    jus add a comma at the end

    if( checkType( $_FILES["CV"]["type"], "application/pdf,image/jpeg,image/png,video/mp4,audio/mpeg,application/msword,application/excel,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.wordprocessingml.document," ) ) {
    

提交回复
热议问题