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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T23:21:45+00:00 2026-05-18T23:21:45+00:00

I tested this on firefox and ie and worked. But when testing on chrome,

  • 0

I tested this on firefox and ie and worked. But when testing on chrome, I see in the firebug console that the request never loads.

This is the test page: http://gotune.to/index2.php

And here is the function + $.ajax() request.

function getProgress(id) {
    $.ajax({
        type: 'POST',
        cache: false,
        url: "getprogress.php",                         

        //Pass our upload identifier as a parameter.
        data: {uid: id},

        success: function (d) {

            //Get the output as an integer.
            var progress = parseInt(d, 10);

            //If upload progress is not 100, change bar percentage and update again.
            if (progress != '100') {

                $('#ProgressBar').css('width', progress + '%');

                //We aren't done, update again.
                getProgress(id);
            }
        }

    });

}

UPDATE

Tried with

    },

    error: function(XMLHttpRequest, textStatus, errorThrown) {
        alert(textStatus+" - "+errorThrown);
    }

But still not working.

  • 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-18T23:21:46+00:00Added an answer on May 18, 2026 at 11:21 pm

    After a web research for this issue if found this:

    Turns out it’s a bug, in any webkit
    based browser all ajax is essentially
    blocked until the file upload is
    complete. to bypass this you have to
    dynamically create an iframe and run
    the ajax requests from within it.

    So is a problem of the webkit browsers, thanks @ifaour for your time.

    THE BUG REPORT CAN BE FOUND HERE: https://bugs.webkit.org/show_bug.cgi?id=23933

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

Sidebar

Related Questions

You can see my issue here: http://pmind.com/staging/123.html I've tested this in Chrome, Safari, Firefox
I have tested this in Google Chrome, IE, as well as Firefox and I
I've tested this only in Firefox, but apparently you can use an empty string
I have tested this servlet and it works well, except in Google Chrome it
I have tested this on Firefox, Opera and Seamonkey. It works fine. When it
I create a small page with CSS, when i tested this on Mozilla firefox
I am developing a site that is tested only in Firefox and IE. Now
There are several questions that are similar to this, but none address this specific
I never seen this before but you can invoke the HREF attribute of a
I have this regex I built and tested in regex buddy. _ [ 0-9]{10}+

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.