PHP警告:move_uploaded_file(myIPaddshere / uploads / code_snippet.docx):无法打开流:C中没有这样的文件或目录:

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\httpdocseg.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\httpdocseg.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