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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T09:27:27+00:00 2026-05-13T09:27:27+00:00

i am using Fileupload and 3 dropdown control in update panel, 3 dropdown will

  • 0

i am using Fileupload and 3 dropdown control in update panel, 3 dropdown will be post back on dropdown selected index change event (i.e like Country,states and city… get the value from db as per country,states and city)

THE PROBLEM IS

While postback the filename path is gone from the file upload control(as expected/ or Default property).

I am converting the file to byte array, to store in the database from file upload control.

How can i retain the value or Is there any way to solve this issue.

Is there any ajax control for file upload or any free controls which retain the value after postback also…?

Or it is possible to set the value to file upload control during postback ?

Thnks in Advance

  • 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-13T09:27:28+00:00Added an answer on May 13, 2026 at 9:27 am

    You can try to persist file upload value in hidden field between async post-backs using asp.net ajax event handlers.

    Sys.WebForms.PageRequestManager.instance.add_beginRequest(BeginRequestHandler)
    Sys.WebForms.PageRequestManager.instance.add_endRequest(EndRequestHandler)
    
    function BeginRequestHandler(sender, args) {
      var fileUpload = document.getElementById('fileUpload');
      var hiddenUpload = document.getElementById('hiddenUpload');
      hiddenUpload.value = fileUpload.value;
    }
    
    function EndRequestHandler(sender, args) {
      var fileUpload = document.getElementById('fileUpload');
      var hiddenUpload = document.getElementById('hiddenUpload');
      fileUpload.value = hiddenUpload.value;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 301k
  • Answers 301k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Never used mocha, but this is indeed the case for… May 13, 2026 at 8:08 pm
  • Editorial Team
    Editorial Team added an answer operator[] performs a two step process. First it finds or… May 13, 2026 at 8:08 pm
  • Editorial Team
    Editorial Team added an answer You could probably create and use a custom NumberFormatInfo, setting… May 13, 2026 at 8:08 pm

Related Questions

Boy do I have a strange bug. I have a website that needs to
I am using the multi-upload plugin found at: http://www.fyneworks.com/jquery/multiple-file-upload/ This is what I am
I have an image upload for a slideshow, and the users are continuously uploading
I am using FileUpload in GridView and this GridView is in UPdatePanel. This FileUpload
Why my file-upload code is not working? I am using commons-fileupload-1.1.1.jar. Also I am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.