[RESOLVED] how to setting file directory
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
Re: how to setting file directory
You need to create the directory.
Re: how to setting file directory
Quote:
Originally Posted by visualAd
You need to create the directory.
Thanks a lot i got it.. :)