Best groupmember,

 

I have a form that is being filled out. This is the process:

 

1.      Fill out form and click submit
2.      Script validates data
3.      Data is being sent to external source via Web Service
4.      A file is being downloaded (redirects to files location)

 

The problem is that #3 is taking around 15 seconds to complete because the
Web Service is very slow. I would like to run #3 in the background and
directly jump to #4.

 

Is this possible?

 

A little confused :)

 

/Peter

 

 

 

 

Reply via email to