Page 1 of 1

uploading error

Posted: Tue Mar 08, 2005 6:28 am
by itsmani1
Warning: move_uploaded_file(../uploads/dde_n.gif): failed to open stream: Permission denied in /home/artologics/posters/admin/act_addproduct.php on line 64

Warning: move_uploaded_file(): Unable to move '/tmp/php8aCsX7' to '../uploads/dde_n.gif' in /home/artologics/posters/admin/act_addproduct.php on line 64

i am getting these 2 warning messages while uploading ????
how can i fix them????

Posted: Tue Mar 08, 2005 7:08 am
by feyd
you do not have permission to write to ../uploads/dde_n.gif. This could be for several reasons.. such as you are not allowed to access folders outside your document root, the file already exists without write permission to php, etc.

Posted: Tue Mar 08, 2005 7:11 am
by itsmani1
i have uploading problem???
can any one fix it???

Posted: Tue Mar 08, 2005 7:17 am
by itsmani1
feyd wrote:you do not have permission to write to ../uploads/dde_n.gif. This could be for several reasons.. such as you are not allowed to access folders outside your document root, the file already exists without write permission to php, etc.
oki thanks man
its was because of permission :::
permission were set to uploads folder but were not set to root folder NOw its working::::