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

  • Home
  • SEARCH
  • 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 8826949
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T07:16:04+00:00 2026-06-14T07:16:04+00:00

I am using a shell_exec() function to copy file in php(On windows IIS). The

  • 0

I am using a shell_exec() function to copy file in php(On windows IIS). The command I am using is :

shell_exec("copy ..\\images\\$image_url temp\\$filename\\media\\image1.png");

This is working fine until the image name($image_url) is not having space in the name. But if the image is having space in name this just fails.

Any idea how to escape the $image_url. Any help will be highly 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-06-14T07:16:05+00:00Added an answer on June 14, 2026 at 7:16 am

    try this:

    shell_exec("copy \"..\\images\\$image_url\" \"temp\\$filename\\media\\image1.png\"");
    

    Basicly, it’s like on the command-prompt. If you’re having spaces in parameters you have to put quotes around them. Around the parameters – not around the spaces. 😉 How else should the copy command know, where one parameter ends and another begins.

    Also make sure that $image_url and $filename are safe. If user have influence on their contents they could possibly do anything on your system. Be careful!

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

Sidebar

Related Questions

I'm using php function shell_exec with the ls command: shell_exec('ls'); The return is: index.php
I've got a command which I'm running from PHP using shell_exec() . Sometimes the
I'm using PHP's shell_exec function to call a bash script on my server. shell_exec(bash
shell_exec() : I'm doing a PHP site that uses a shell_exec() function like this:
I have a Python file I'm calling with PHP's exec function. Python then outputs
I want to convert .pdf file to .png file using Imagemagick php API. we
I am trying to Execute a multiple commands in php using exec() and shell_exec
I am trying to recover the content of MySQL binary log file using PHP
I am creating a new file using fopen. $filename = 'user_data/10.xml'; $openhandle = fopen($filename,
I am trying to execute a command using function calls in a shell script.

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.