|
Hello chaps I am currently making a php upload form for an admin page for pictures, videos and audio.
So far I have done a check size, mime type. I presume I will need to check file extensions, how would be the best way to go about this and also is there anything I can do in php.ini to stop malicious code being executed from an external source just incase something bad does get uploaded?
Anything else that I should keep in mind for the upload form?
Thanks
Luke
|