Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can't uplaod images

Status
Not open for further replies.

boyfromoz

Technical User
Feb 1, 2001
469
AU
I'm trying to write some code so I can uplaod iamges to a fodler.

PHP code is:

copy($image, "catimages/$saveimage");

where $image is the temporary uploaded file from PHP and
"catimages/$saveimage" is the relative path to the folder and filename PHP
page is attempting to save to.

I keep getting an error

The security account that the PHP page is executing under must have write
permissions to the physical folder that "catimages/" points to.

DO I ahve to access the server and set write permission somehow? Or is it an error in my code?

Nippi
 
yes u have to set the permissions via the server.
 
ok

I don't have access to the server to set this.

What do I ask my systems admin?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top