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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:24:46+00:00 2026-06-01T17:24:46+00:00

I want to implement an upload image function. After uploading, I want get the

  • 0

I want to implement an upload image function.

After uploading, I want get the file local path so I can create a thumbnail. But how can I get the file path? Is there another way to create the thumbnail?

I have tried jQuery-File-Upload plugin.

  • 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-01T17:24:47+00:00Added an answer on June 1, 2026 at 5:24 pm

    I think chrome supports this but not sure whether it is removed due to security reasons.Anyways you can try playing with javascrip to set custom width and height of some div and use readAsDataURL of the uploaded file

     <script type="text/javascript">     
    
    function uploadFile(input) {         
    
    if (input.files && input.files[0]) {            
    
     var reader = new FileReader();              
     reader.onload = function (e) {                 
     $('#test').attr('src', e.target.result).width(100).height(100);             
     };               
     reader.readAsDataURL(input.files[0]);        
     }     
    } 
    
    </script> 
    
    <input type='file' onchange="uploadFile(this);" />     <img id="test" src="#" alt="my image" /> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to implement the simple file upload without flash.. and single file, but
I want to create an application where I want to upload image from the
I want to implement file upload progress monitor bar over file upload functionality of
I want to create a simple file upload server. The server should be able
I want to implement this simple form but its in old rails. Can somebody
At moment I want to implement picture upload without using any plug-ins. My upload
I want implement in my software solution an VBA editor but in c# 3.0.
I am trying to implement file upload functionality on my site. I have created
I searched ExternalInterface but didnt got to know, how to implement it. I want
I want to implement a floating image that would scroll up/down when the user

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.