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 6894453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:47:05+00:00 2026-05-27T06:47:05+00:00

I am getting an error when i try and rename a file I am

  • 0

I am getting an error when i try and rename a file I am taking in from a html form into a directory using the following code. I need to alter the file name to make it unique by concatenating the $studyId onto it. The error prints out the file correctly originalName/studyId.extension. I can move the files into the “videos” folder if I do no concatentation and just use $_FILES["sonogram"]["name"] as the second argument for move_uploaded_file there are examples on php.net that use this syntax where you choose what your going to name the uploaded file so I am assuming its something silly. I should mention I am on a windows system. Any help would be greatly appreciated

$pathParts = pathinfo($_FILES["sonogram"]["name"]);
$file = $pathParts['filename'] . '/'. strval($studyId) . '.'. $pathParts['extension'];
move_uploaded_file($_FILES["sonogram"]["tmp_name"],"videos/". $file);
  • 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-27T06:47:05+00:00Added an answer on May 27, 2026 at 6:47 am

    By concatening ‘/’, you are telling Windows that it’s in another directory. So, the file is trying to be moved to, example, “videos/filename/studyId.mp4”. Which means the directory “filename” should exist. If you want to use another directory, use mkdir, or, changed the slash to an underscore or some other character.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting this error when I try to build for the device: Code
I’m getting system error when I try to compile the code below on Visual
I am getting an error when I try to insert an item into a
I getting the following error when I try to connect to my server app
I'm getting the following error when I try to Serialize an HttpWebRequest Type 'System.Net.KnownHttpVerb'
I'm getting error when I try setting status to empathy with dbus using python,
I am getting this error when i try to show a form with an
I'm getting an error when I try to decrypt using PostgreSQL's gnupg extension and
I'm getting this error when I try to add jruby as a dependency using
I have inherited some code and am getting an error when I try to

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.