Hi all i have made upload form for user to upload their application.It is running properly at localhost..
$dir="C:\Program Files/xampp/htdocs/company/file";
file is folder which keep the user application.

But when i apply it at company website,I changed with $dir="../file".
i got error..It said no such directory..may i know the right way how to code it.
Thanks