I am trying to upload files to my website on line.I have following code that working fine for me on localhost but when i put the same on website it's giving me PHP Warning:
move_uploaded_file(myIPhere/uploads/code_snippet.docx): failed to open stream: No such file or directory in C:\Inetpub\vhosts\hindustantalent.com\httpdocs\reg.php\line no 61 PHP Warning: move_uploaded_file(): Unable to move 'C:\windows\Temp\phpA6A7.tmp' to 'MyIPhere/uploads/code_snippet.docx' in C:\Inetpub\vhosts\hindustantalent.com\httpdocs\reg.php\line no 61
I already have created a folder their namely uploads still it is giving this warning and i am unable to understand that.Can anybody help me plz
Full path to this dir: " . $dir . "
"; what content/parameters I should suppose to put into it – user1993 Aug 26 '15 at 05:54