Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6779203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:21:26+00:00 2026-05-26T16:21:26+00:00

While uploading images files on the live server I have stuck in a strange

  • 0

While uploading images files on the live server I have stuck in a strange issue that the move_uploaded_files() function returns true but the image does not get uploaded.

if(move_uploaded_file($_FILES["img"]["tmp_name"],'./shot_images/'.$_FILES["img"]["name"])){
  echo "Success";
}

Here, when executed, prints “Success” but the file is not being uploaded on the specified location.

Any kind of help is appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T16:21:27+00:00Added an answer on May 26, 2026 at 4:21 pm

    If move_uploaded_file is returning true then that indicates the file was moved successfully. Let’s try some debugging. What happens when you use the following code:

    $dest = "./shot_images/{$_FILES["img"]["name"]}";
    if(move_uploaded_file($_FILES["img"]["tmp_name"],$dest)){
      $realpath = realpath($dest);
      $filesize = filesize($realpath);
      echo "Success! Uploaded a $filesize file to $realpath";
    }
    

    I suspect it is working, it’s just not going where you expect…

    If this is the case, it might be due to `’./shot_images/’ — personally I rarely (if ever) use relative paths like that. I find it eliminates confusion if I reference the path to the script:

    $dest = dirname(__FILE__)."/shot_images/{$_FILES["img"]["name"]}";
    if(move_uploaded_file($_FILES["img"]["tmp_name"],$dest)){
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok, so I have a php api on one server used for uploading images,
So i have iframe and i'm uploading files through it, so my question is
I have a cms I made for school a while ago that I am
While uploading images with the char å, ä or ö everthing gets messed up.
Am using FbGraph and SBJSON files for uploading images on facebook from iphone. A
I'm uploading image files from device to a PHP server by converting the file
I have a multithreaded python application that does a bunch of processing on files.
While user uploading a file, is it possible to know if the uploaded file
I'm Getting this error in my development log while uploadify is uploading the file
I have encountered a weird situation while updating/upgrading some legacy code. I have a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.