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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T02:51:41+00:00 2026-05-25T02:51:41+00:00

I have a file upload control in asp.net which is used to upload image

  • 0

I have a file upload control in asp.net which is used to upload image file. Now what I want is I have image control so when a user uploads a file, The image from that file should be visible in the image control before it is really upload on the server. When ever user changes the file, the change should be reflected in that image control. I dont want to use any additional button other than file upload control.

Is there any way to do this with javascript??

  • 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-25T02:51:42+00:00Added an answer on May 25, 2026 at 2:51 am

    I think thats possible in HTML5 supported browsers

    check the HTML5 FILE API http://www.w3.org/TR/FileAPI/

    This works in FF3+

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>input type=file & Firefox 3</title>
            <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js" type="text/javascript"></script>
    
    </head>
    
    <body>
    
    <h1>This works in Firefox 3+</h1>
    
    <script type="text/javascript">
    // <![CDATA[
    function inputFileOnChange() {
        if (document.getElementById('fichier').files) {
            $("#dvFileName").html(document.getElementById('fichier').files.item(0).name);
            $("#imgImage").attr("src" ,document.getElementById('fichier').files.item(0).getAsDataURL());
        };
    };
    // ]]>
    </script>
    
    <div>
        <input type="file" name="fichier" id="fichier" onchange="inputFileOnChange();" />
        <br /><br />
        <img id="imgImage" src="" width="200" height="200" alt="" />
        <div id="dvFileName">
        </div>
    </div>
    
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ASP.NET MVC web page that has a file upload control. Under
I have a web form that include Asp.net File Upload Control to Upload a
I have an ASP.NET MVC application that allows the user to upload a file
I have used file upload control of asp.net but I am getting empty string
I have a .NET webform that has a file upload control that is tied
I have a asp.net vb.net app, with a upload file control, when i upload
I have an asp.net page where I am letting the user upload an image
I have a web page where i have an ASP.NET file upload control to
Is there a file upload control for ASP.Net which performs a client-side checksum calculation
I have a user control that will render a textbox or file upload. I

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.