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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T06:51:56+00:00 2026-05-15T06:51:56+00:00

I need to show a progress bar to the user who requests a file

  • 0

I need to show a progress bar to the user who requests a file to download. I am using J2EE application to generate the file. User will submit the form data to get the file. The server takes all the submitted data manipulates, generates and sends a PDF file back to Client.

So I want to show a progress bar to the user till the file comes to the Client side.
Is there any way to do this ?

  • 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-15T06:51:57+00:00Added an answer on May 15, 2026 at 6:51 am

    If I understand you well, you want to show a progress bar until your server is ready to send a file, not to show the progress of the file beeing downloaded.

    If that is true, you’re dealing with a tough excercise. A reliable progressbar needs to know (pretty exact) what you’re doing and how long it will take. In your case, there are lots of unreliable factors (one of them, maybe the biggest, is the web itself).

    So most developers use some kind of an “endless” animation to display “work in progress”.

    update

    Based on your comment, the easiest way to display a “work in progress” animation would look like

    $.ajax({
        url:      "/myscripts/myserverscript",
        type:     "POST",
        data:     {
           foo: "bar"
        },
        dataType: "text",
        beforeSend: function(xhr){
            // display a progress animation
        },
        complete: function(xhr, status){
            // hide the animation
        }
        ...
    });
    

    In the case of a single request. You may also setup a global ajax event handler for both (.ajaxStart() and .ajaxStop()) to setup the show/hide functionallity.

    References: .ajax(), .ajaxStart(), .ajaxStop()

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

Sidebar

Related Questions

I'm writing an iphone application and need to show a progress bar that shows
In a WPF application I need to show user that some process is in
I would like to show a progress bar indicating how much of a file
In my project I need to show a Progress bar in the Page load
I am developing an app in Cocoa. I need to show a progress at
I need to show a modal popup if the user has selected a treeview's
I need to show a StatusStrip control docked top instead of bottom. User requirement.
I am using a progress bar in android, so that till my data is
I want to show the user detailed progress information when performing potentially lengthy database
I want to use progress bar to show the current progress % the rows

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.