JQuery :: Ajax enerjili ilerleme çubuğu?

0 Cevap php

Ben bazı mesajları göndermek için jQuery en ajax işlevlerini kullanan bir sayfa var.

Göndermek için 50k mesajların yukarı var olabilir.

Bu tabii ki biraz zaman alabilir.

Ben ne arıyorum gönderilen mesajları ile bir ilerleme çubuğu göstermek olduğunu.

Backend PHP.

Bunu nasıl yapabilirim?


My solution: Send through a unique identifier in the original ajax call.
This identifier is stored in a database(or a file named with the identifier etc), along with the completion percentage.

Bu özgün senaryo ilerledikçe güncellenir.

bir işlev progress(ident) denir kurulum

The function makes an ajax call to a script that reads the percentage.
the progressbar is updated If the returned percentage is not 100,
the function sets a timeout that calls itself after 1 second.

0 Cevap