bulletproof

Can bulletproof php upload pdf and word files?

旧城冷巷雨未停 提交于 2019-12-08 03:49:45
问题 I have used bulletproof php in the past for secure picture file uploads and trying recently for pdf and word files, it responded with an error message : 'Invalid File! Only (pdf, docx) image types are allowed', making me understand it will probably just handle image files as I couls still realise in the script here: $doc_file = new Bulletproof**Image**($_FILES); $doc_file->setMime(['pdf', 'docx']) ->setLocation('uploads'); I even did a fast search in the bulletproof.php file for the keyword