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...
You would have to make seperate ajax calls for each file and update the status after each call is complete...