how to upload a file less in IIS server using php

Reply

Join Date: Apr 2008
Posts: 75
Reputation: danishbacker is an unknown quantity at this point 
Solved Threads: 5
danishbacker's Avatar
danishbacker danishbacker is offline Offline
Junior Poster in Training

how to upload a file less in IIS server using php

 
0
  #1
Oct 26th, 2008
can anyone tell me how to upload a file iis server I use the following code now but it doesn't work in iis server.
$fileName = basename( $_FILES['fileName']['name']);//filename from post

$currentdir=getcwd();//get current directory

$target_path = $currentdir."\\snaps\\" . $fileName ;

if(move_uploaded_file($_FILES['fileName']['tmp_name'], $target_path)) {
 echo "Success";
}
can I get a working code for this?

Thanks in advance,
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 234
Reputation: PoA is an unknown quantity at this point 
Solved Threads: 8
PoA PoA is offline Offline
Posting Whiz in Training

Re: how to upload a file less in IIS server using php

 
0
  #2
Oct 26th, 2008
Do you get any errors? Try to use the full path /your/server/path/to/your/application

Full codes will be appreciated.
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 75
Reputation: danishbacker is an unknown quantity at this point 
Solved Threads: 5
danishbacker's Avatar
danishbacker danishbacker is offline Offline
Junior Poster in Training

Re: how to upload a file less in IIS server using php

 
0
  #3
Oct 26th, 2008
www.symphonydoha.com/admin/admin.php
is the page.

only uploading is done here, so this is the only code. i have removed only the else part of 'if'.

Thanks.
Last edited by danishbacker; Oct 26th, 2008 at 2:53 pm.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC