Codeigniter File Upload Validation of PPT and PPTX Files: 1 Answer
Codeigniter File Upload Validation of PPT and PPTX Files: 1 Answer
Codeigniter File Upload Validation of PPT and PPTX Files: 1 Answer
pptx files
$config = array(
'upload_path' => 'resources/lectures',
'allowed_types' => 'pdf|zip|doc|docx|ppt|pptx',
'remove_spaces' => TRUE,
'overwrite' => FALSE,
'max_size' => 0,
);
powerpoint
1 Answer
Open application/config/mime.php
'ppt' =>
array('application/powerpoint',
'application/vnd.ms-powerpoint',
'application/vnd.ms-office',
'application/msword'),
and Join
add the following
Stack line to
Overflow to the
learn, share knowledge, and build your career.
array:
By using our site, you acknowledge that you have read and understand our Cookie Policy, Privacy Policy, and our Terms of
Service. 'pptx' => Sign Up
array('application/vnd.openxmlformats-
officedocument.presentationml.presenta
tion', 'application/zip',
'application/msword','application/vnd.
ms-powerpoint'),
By using our site, you acknowledge that you have read and understand our , , and our
.