I am trying to uplaoad a file inside my admin page. Firstly my code is shown below:
if (move_uploaded_file($_FILES[\'file\'][\'tmp_name\'], $path_of_dest)) {