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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T15:08:54+00:00 2026-06-14T15:08:54+00:00

We have recently added image uploading and cropping to our site using Fine Uploader

  • 0

We have recently added image uploading and cropping to our site using Fine Uploader; mixing a set of javascript libraries with a HTTP Handler.

It is working well however for larger images the client is forced to:

  1. Wait a while until the image has been uploaded using the HTTP Handler
  2. Download the image again so it can be used with JCrop
  3. The image is downloaded at full size then resized to a smaller image on the client side by JCrop.

I noticed on Twitter selecting an image for your profile shows the image instantly; with apparently no server side interaction.

Does anyone know how twitter achieves this client side viewing of an image without uploading it to the server; or have any advice on smoothing out the aforementioned process?

  • 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-14T15:08:55+00:00Added an answer on June 14, 2026 at 3:08 pm

    Probably like this

    http://jsfiddle.net/dmZTm/

    var URL = window.URL || window.webkitURL;
    
    $("input").change(function() {
        var file = this.files && this.files[0];
    
        if (file) {
            var src = URL.createObjectURL(file);
            $("<img>", {
                src: src
            }).appendTo("body");
        }
    
    
    });​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have recently added a HasValue function to our internal javascript library: function HasValue(item)
We have just recently got our SVN server installed. My developers have added the
We have recently added AppFabric as a caching option in our project (Windows server
we have recently added a new feature to our software - preview generation for
I have recently added the following line of Javascript code to a few pages
I have recently added jQuery to a site of mine. When hovering over sections
I'm using an Ajax update panel and have recently added ASP.NET tracing code to
I have recently added a new project to Git using Eclipse, but do not
I recently added Android's LVL copy protection to my app, and the results have
I've recently added the JQuery autocomplete plug in and have a textbox that autocompletes

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.