第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如果在聯(lián)系表格 7 中上傳的文件是二進(jìn)制文件,則阻止

如果在聯(lián)系表格 7 中上傳的文件是二進(jìn)制文件,則阻止

PHP
Helenr 2022-10-14 14:36:37
有人可以幫助阻止聯(lián)系表格7中的二進(jìn)制文件,即如果game.exe重命名為game.docx并上傳,那么它必須被阻止到目前為止,我已經(jīng)嘗試在 wp-includes/functions.php 中添加以下代碼add_filter('wpcf7_validate_file*', 'cf7_custom_file_validation', 10, 2);add_filter('wpcf7_validate_file', 'cf7_custom_file_validation', 10, 2);function cf7_custom_file_validation ($result, $tag) {    if ($tag->name === 'your-file') {        $contentType = mime_content_type($_FILES[$tag->name]['tmp_name']);        if ($contentType !== 'application/docx' && $contentType !== 'application/pdf' && $contentType !== 'application/doc'&& $contentType !== 'application/rtf') {            $result->invalidate($tag, 'This file type is not supported');        }    }    return $result;}這允許我上傳 pdf 文件并檢查 pdf 是否為二進(jìn)制和塊。但在 rtf、doc 和 docx 中它不起作用
查看完整描述

1 回答

?
慕田峪7331174

TA貢獻(xiàn)1828條經(jīng)驗(yàn) 獲得超13個(gè)贊

這是因?yàn)槟跈z查錯(cuò)誤的 mime 類型。

.doc: application/msword
.docx: application/vnd.openxmlformats-officedocument.wordprocessingml.document


查看完整回答
反對 回復(fù) 2022-10-14
  • 1 回答
  • 0 關(guān)注
  • 127 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號