I have a form(with jQuery ajaxForm Form Plugin) when user inserts a path to
directory with several zip files. My server side ColdFusion routines search
that directory, looping and extract all zip files to related client
directory. After all display a message to user.

What I'm looking for? After every zip file complete processing I wanna to
display a message in submit page.

The problem is: how to insert(asyncronously) lines from server side?

submit form -> server side routine start

in submit form
Test1.zip start
(after Test1.zip process)
message: file Test1.zip completed

Test2.zip start
(after Test2.zip process)
message: file Test2.zip completed

and so on

Cheers
Marco Antonio

Reply via email to