Forum Moderators: coopster
I am constantly getting this error when I try to run a php script (form based) that allows a user to upload a file...
Warning: copy(/files/jack_album.jpg): failed to open stream: No such file or directory in /home/seeasale/public_html/load.php on line 155
Error Uploading File.
Things I know...
- the file does exist on my hard drive
- permissions are set correctly for the folder on the server (777)
- the files folder does exist (I have tried several ways to reference it in the .php file - all give the same error result).
Help!