|
-
Dec 11th, 2006, 01:15 AM
#1
Thread Starter
Junior Member
[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
-
Dec 11th, 2006, 09:39 AM
#2
Re: how to setting file directory
You need to create the directory.
-
Dec 12th, 2006, 12:50 AM
#3
Thread Starter
Junior Member
Re: how to setting file directory
 Originally Posted by visualAd
You need to create the directory.
Thanks a lot i got it..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|