Current location: Hot Scripts Forums » Programming Languages » PHP » Not uploading to the correct dir.


Not uploading to the correct dir.

Reply
  #1 (permalink)  
Old 07-16-04, 05:34 PM
kvnband kvnband is offline
Wannabe Coder
 
Join Date: Jun 2003
Posts: 242
Thanks: 0
Thanked 0 Times in 0 Posts
Not uploading to the correct dir.

Question:

I have the following code:
PHP Code:

if ($action == uploadfile){

    
$uploadfile $dlpath $_FILES['userfile']['name'];
    if (
move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) {
        
$title 'File Uploaded Successfully';
        
$data 'Your file was successfully uploaded';
    }
    else {
        
$title 'File not uploaded correctly';
        
$data 'I\'m sorry, but I could not upload the file.<br>Please try again later';
    }
    include(
"adminarea.tpl");

and $dlpath = C:\apache2triad\htdocs\download

Now, the problem lies here: The file IS UPLOADED successfully. However, instead of being uploaded to C:\apache2triad\htdocs\download, it is just uploaded to C:\apache2triad\htdocs

Does anyone have any explanation at all? I am new to the whole file upload scene, and I am just wondering what I'm doing wrong here.
Thanks,
kevin
Reply With Quote
  #2 (permalink)  
Old 07-16-04, 05:42 PM
kvnband kvnband is offline
Wannabe Coder
 
Join Date: Jun 2003
Posts: 242
Thanks: 0
Thanked 0 Times in 0 Posts
OK, I messed around with it, and got it. it was trying to upload to htdocsdownload instead of htdocs/download

Stupid lousy missing slash

Kevin
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Error in uploading image~ HELP!! violet ASP 1 03-31-05 09:28 AM
problem with uploading image mivec PHP 6 04-15-04 11:52 PM
Help with PHP uploading MGCJerry PHP 2 01-29-04 03:30 PM
form doesn't submit to mysql correct values, just 1's in every row HasansWeb PHP 1 01-12-04 07:40 AM
Help with radio buttons and uploading Arctic ASP 3 08-17-03 09:49 AM


All times are GMT -5. The time now is 05:12 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.