Home » Archive

Articles tagged with: file upload

Wordpress »

[23 Jan 2012 | No Comment | 43 views]

Scenario: I am getting this warning message in my wordpress blog:- open_basedir restriction in effect. File(/tmp) is not within the allowed path(s) Solution:

PEAR, Smarty »

[21 Jul 2008 | 2 Comments | 1,578 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 | 2 Comments | 798 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.