Home » Archive

Articles tagged with: file upload

PEAR, Smarty »

[21 Jul 2008 | No Comment | 516 views]

For uploading files, you need to install a package of PEAR called ‘HTTP_Upload’ along with the installation of PEAR and Smarty.

PHP »

[7 Dec 2007 | No Comment | 194 views]

Here is the php code for file upload (image upload in this case) with description included within the code:
There are two files. ‘fileupload.html’ contains the form to upload file and ‘upload.php’ contains the php code.