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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T02:05:25+00:00 2026-06-05T02:05:25+00:00

I need to let user load one image from her local file system into

  • 0

I need to let user load one image from her local file system into the browser for some editing.

I don’t wanna use flash or others. Only HTML and JavaScript.

So what I do is to let user upload the image to the server and the server returns the contents of the file (using php file_get_contents).

Now I have the contents of the image file as a string in JavaScript. I expected to assign this string to the src of an image element and it shows up. But when I assign it to src, nothing happens.

What’s wrong? What’s the solution?

  • 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-05T02:05:27+00:00Added an answer on June 5, 2026 at 2:05 am

    src means an URL.

    Either set that to an URL on the server, or use a Base64 encoded image:

    PHP:

    $imagedata = file_get_contents($file);
    $encoded = base64_encode($imagedata);
    echo $encoded;
    

    JavaScript:

    var imageElem = document.getElementById('image');
    var filetype = 'png'; // Set file type here
    imageElem.src = 'data:image/' + filetype + ';base64,' + image;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to let user navigate back and forward through different images (from 10
I have a simple application in which I need to let the user select
I have a C# project using windows forms. I need to let the user
I need to use Facebook's Request Dialog to let user invite their friends. I
Let's assume I need to store some data of unknown amount within a database
In one of my applications I need to allow the user to customize the
I'm writing an online game which allows a user to progress from one puzzle
I need to load and execute SSIS or DTS packages ASYNCHRONOUSLY from ASP.NET C#
I am trying to let the user import giant images into a flash application.
We have some part of our application that need to load a large set

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.