Mostly like your last question just got overlooked, as it came in at 4:30am.

;-)

There are two types of progress bar indicators you can use.

The first is a "fake" one, with an animated picture that doesn't really mean
anything.  However, when you post the page most browsers will pause gif
animations once the POST is started.  The workaround for this is to have the
form submission (or the progress bar) in a separate iframe so one doesn't
affect the other.  Or submit the form with an ajax (e.g. jquery.form
plugin).

The second, more sophisticated solution requires some server-side code
monitors the request as it is being processed and records the state in a
static memory variable.  Then the page can do periodic ajax calls
(setInterval) to obtain the status of the upload and update the progress bar
with accurate figures.

There are others here who will have a PHP-based solution, but if you are
interested I have a .NET one I wrote.

JK

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Johny
Sent: Wednesday, November 05, 2008 10:57 PM
To: jQuery (English)
Subject: [jQuery] Re: How to solve this



Nobody knows the answer to my question ? :-(

Reply via email to