Hi all when using a very simple upload script that I know has worked in
the past i get this errror on a server:
Warning: move_uploaded_f ile(/home/folder/public_html/image/advert.jpg):
failed to open stream: Permission denied in
/home/folder/public_html/admin/edit.php on line 68
Warning: move_uploaded_f ile(): Unable to move '/tmp/phpNzNVd5' to
'/home/folder/public_html/image/advert.jpg' in
/home/pronta/public_html/admin/edit.php on line 68
Here is the function:
move_uploaded_f ile($file_uploa d_tmpname,
"/home/folder/public_html/image/$file_upload_fi lename");
Any ideas on what might cause this?
the past i get this errror on a server:
Warning: move_uploaded_f ile(/home/folder/public_html/image/advert.jpg):
failed to open stream: Permission denied in
/home/folder/public_html/admin/edit.php on line 68
Warning: move_uploaded_f ile(): Unable to move '/tmp/phpNzNVd5' to
'/home/folder/public_html/image/advert.jpg' in
/home/pronta/public_html/admin/edit.php on line 68
Here is the function:
move_uploaded_f ile($file_uploa d_tmpname,
"/home/folder/public_html/image/$file_upload_fi lename");
Any ideas on what might cause this?
Comment