Page 1 of 1

Image Uploading Problem

Posted: Thu Jul 10, 2008 11:23 pm
by haseebmaqsood
Hi

I am having problem in uploading image.The path is not correct or some thing else.

Folder Hierarchy

Uploading Image

from this location

Software/cp/controlpanel.php

to

Software/resources_images/


Error Report:

/tmp/phpWcaqlM../resources_images/9.jpg
Warning: copy(../resources_images/9.jpg) [function.copy]: failed to open stream: Permission denied in /home/software/public_html/sdms/ctrlpanel/postresource.php on line 138


Kindly Correct the menstion path

Re: Image Uploading Problem

Posted: Thu Jul 10, 2008 11:37 pm
by Benjamin
The folder you are attempting to write to does not have write permissions. You can chmod it via FTP or command line.

Re: Image Uploading Problem

Posted: Fri Jul 11, 2008 12:12 am
by haseebmaqsood
Thanks
But i have all the privaleges

Kindly Ellaborate it more, I can't get your point
You can chmod it via FTP or command line

Re: Image Uploading Problem

Posted: Fri Jul 11, 2008 12:37 am
by Benjamin