Jump to content

PHP Upload File Validation


mostafatalebi

Recommended Posts

Hello everybody

 

I have made an upload form. I need to limit the file-support to several types.

PDF DOCX DOC ZIP RAR

 

What shall I do? I search the whole net and reach at no specific result.

 

How can I validate these specific files. Is pathinfo(PATHINFO_EXTENSION) enough? and if yes, how ?

Link to comment
https://forums.phpfreaks.com/topic/273901-php-upload-file-validation/
Share on other sites

How valid does it have to be? The extension is a good starting point. Otherwise the fileinfo extension can tell you the MIME type for a file (because the one given in $_FILES isn't trustworthy) but it takes a bit of work to set it up.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.