Display Ajax's progress

Discussion in 'JavaScript' started by clades, Feb 13, 2010.

  1. #1
    For example i run an ajax script that calls a php which will process a bunch of images from a FTP dir and index their data in a db.
    Is there any way to display the progress for the client? For example "processing 1/34..2/34...34/34" e.g the target field keeps being updated with the current progress...
     
    clades, Feb 13, 2010 IP
  2. camjohnson95

    camjohnson95 Active Member

    Messages:
    737
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #2
    You would have to make seperate ajax calls for each file and update the status after each call is complete...
     
    camjohnson95, Feb 15, 2010 IP