Upload : Simple Upload a File (Part 1)Tag: upload Category: PHP Basicpost: 06 Dec 2007 read: 808 Upload file is a facility that almost exists at all administrator web function. This post about how to build form and action uploading a file. Next post, we will discuss about how to upload multi files at a time. In this practice, we just need 2 file: - form.php as interface for upload file.- upload.php as 'engine' for upload file. Assume, we work within www/test/upload directory in Windows system. form.php
Then, we create upload.php.
If you use different system, you can change line 2 ($uploaddir). Point your browser to http://localhost/test/upload/form.php. click browser, and then click Submit.
| ||
| | Give Your Opinion | Recommend |
|

