CreativeDream / php-uploader

PHP File Uploader is an easy to use, hi-performance File Upload Script which allows you to upload files to webserver
MIT License
94 stars 51 forks source link

is the file type from the post data? #6

Closed pixelpaulaus closed 8 years ago

pixelpaulaus commented 8 years ago

from what i can see the file type is from the post data which can be spoofed? why no use mime_content_type?

CreativeDream commented 8 years ago

@pixelpaulaus mime_content_type is deprecated in new PHP versions