Jump to content

File upload help


Perad

Recommended Posts

Hey, why isn't this working?

 

I have also tried using getcwd() with the path, even though the path isn't valid it still doesn't work. Can anyone make any sense out of this?

// Upload
$path= '/test/upload/job_files/';

$tmpname = $_FILES['docs']['tmp_name'];
$to = $path . $_FILES['docs']['name'];

move_uploaded_file($tmpname, $to);

 

 

Errors:

Warning: move_uploaded_file(/test/upload/job_files/Brief.doc) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/johndoe/public_html/test/wp-content/plugins/post-jobs.php on line 123

 

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpBVa9RX' to '/test/upload/job_files/Brief.doc' in /home/johndoe/public_html/test/wp-content/plugins/post-jobs.php on line 123

Link to comment
Share on other sites

Hi, nope, no joy.

 

Warning: move_uploaded_file(/home/johndoe/public_html/test/upload/job_files/Brief.doc) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/johndoe/public_html/test/wp-content/plugins/post-jobs.php on line 123

 

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpIMzrDk' to '/home/johndoe/public_html/test/upload/job_files/Brief.doc' in /home/johndoe/public_html/test/wp-content/plugins/post-jobs.php on line 123

 

Its bizarre, I really don't get it.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.