Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.
Hi,
why some people check file mime types in file uploading process when we can find file extensions from it's name? it there any security points?
i found that some hackers upload their shell's in fake file format! can mime check bypass these fake files?