Im planning the development of a php file uploader that i can put on the admin page i have on my website, the uploader will be used by me only for uploading of files, especially since i want somewhere to host images and documents.
The admin page has a login script so only i have access to it.
Iv got a few tutorials on the web on how to do this, but i was wondering if there was any special security threats that i need to think about. Obviously things like maximum filesize, file extensions i have already thought about.
Thanks
The admin page has a login script so only i have access to it.
Iv got a few tutorials on the web on how to do this, but i was wondering if there was any special security threats that i need to think about. Obviously things like maximum filesize, file extensions i have already thought about.
Thanks