File Upload with PHP
Posted by Dharshin on 10 May, 2009
4 Comments
This item was filled under [ PHP ]
I’m going to show you how you can allow users to upload file into your web server. I’m just covering the basics here. Though I’m not concerning security related issues here, there is a big risk in allowing users to upload files.
The first reason is that people can upload scripts into you server and execute [...]