#1
Hi!
I am having an error while uploading a picture into a folder using this function:
``
move_uploaded_file($_FILES["UserImgfile"]["tmp_name"], $bannerpath);

``
The error is :

``
Warning: move_uploaded_file(./uploadimg/bg_off.png): Failed to open stream: No such file or directory in /opt/lampp/htdocs/project_1/modules/welcome/controllers/Welcome.php on line 26

Warning: move_uploaded_file(): Unable to move "/tmp/phpg3XuMD" to "./uploadimg/bg_off.png" in /opt/lampp/htdocs/project_1/modules/welcome/controllers/Welcome.php on line 26
``
#2
Could you please share the Welcome.php controller code, especially around line 26? and also json($_FILES, true); to beter understand what's going on.