Re: move_uploaded_file()
Here are the error messages:
Warning: move_uploaded_file(/PatOnARock.jpg): failed to open stream:
Permission denied in /home/pyjcg/public_html/Workbench/PHPUploadFile.php on
line 64
Warning: move_uploaded_file(): Unable to move '/tmp/phpSaQjQC' to
'/PatOnARock.jpg' in /home/pyjcg/public_html/Workbench/PHPUploadFile.php on
line 64
PatOnARock.jpg copied succesfully !!
I then use my ftp client to check the site. No file anywhere. But it seems
to upload, since I see the browser churning away
Permission in the directory I want to store it is r/w for owner. r for
group and world
"Joel Goldstick" <joel.goldstick@columbuswebmakers.com> wrote in message
news:2OcSb.88112$f97.34823@fe3.columbus.rr.com...
> I'm using easy php -- apache on WInXP. All configuration settings are
> defaults. I can upload a very small file (2k) but not a 12k file. The
> limit is set to 2M in the config file.
>
> Same problem on my host. I'm new to apache and php. Any advice on how to
> let me load files up to about 2Meg?
>
> --
> Joel Goldstick
> columbuswebmakers.com
>
>
|