PHP Warning: move_uploaded_file() unable to move

前端 未结 3 1622
时光取名叫无心
时光取名叫无心 2020-11-28 12:58

I\'ve been slowly learning PHP and have found an array of information on the subject and solutions posted by other developers. I am attempting to have an android application

3条回答
  •  渐次进展
    2020-11-28 13:35

    This one worked well in Ubuntu Operating system. You only need to change the ownership

    sudo chown -R www-data:www-data (path to the image folder)

提交回复
热议问题