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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T16:39:50+00:00 2026-06-04T16:39:50+00:00

This is avatar change and upload. When I click Upload New Image button fist

  • 0

enter image description here

This is avatar change and upload. When I click “Upload New Image” button fist browse window will appear then I select one avatar then selected avatar will show. This function possible at Jquery?

My try:
http://jsfiddle.net/anglimass/uBGpR/

Anybody please help me!!

Thanks

  • 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-04T16:39:51+00:00Added an answer on June 4, 2026 at 4:39 pm

    This can be done using the AJAX Upload jQuery plugin.

    Begin with including jQuery and the plugin:

    <script src="/js/jquery.min.js" type="text/javascript"></script>
    <script src="/js/ajaxupload.js" type="text/javascript"></script>
    

    The final JavaScript:

    $(document).ready(function(){
    
      var thumb = $('img#thumb'); 
    
      new AjaxUpload('imageUpload', {
        action: $('form#newHotnessForm').attr('action'),
        name: 'image',
        onSubmit: function(file, extension) {
          $('div.preview').addClass('loading');
        },
        onComplete: function(file, response) {
          thumb.load(function(){
            $('div.preview').removeClass('loading');
            thumb.unbind();
          });
          thumb.attr('src', response);
        }
      });
    });
    

    This example is taken from this very good tutorial.

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

Sidebar

Related Questions

This works. $(document).ready(function(){ $(.items article).click(function(){ window.location=$(this).find(a).attr(href); return false; }); }); However , when the
User.id type INT Avatar.foreign_key type VARCHAR When I use this query: SELECT * FROM
I hope I can explain this properly. I'm using flashDevelop for an avatar creation
I have a asp image control. ImageUrl=images/avator.jpg. I'm changing this picture on the server
On my webpage, I have the following link: <asp:LinkButton ID=lnkChangePic runat=server onclick=lnkChangePic_Click Text=Upload new
I'm using Pinax to create a new project. For this project I needed to
I have a JQuery UI modal: $('#avatar-manager').click(function () { $('#dialog').dialog('open'); return false; }); $('#dialog').dialog({
If 1 test fails, tons of others do. How could I change this so
I want to create a live, checkers-like app, which will work like this: There
I'm very new to 3D Graphics and Silverlight so this may be a ridiculous

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.