Hi,
I just want to know if we have any option in the flow to open the windows save dialog box, so that the user can himself choose the save location.
If you want
interaction between a user and the Workflow tool, then you could investigate the possibility of providing an HTML/forms based interface, using PlanetPress Workflow's built-in HTTP Server and the
HTTP Server Input plug-in. For example, the workflow tool could serve an HTML page allowing users from the same network to provide some input parameters through an HTML form. Submitting the form could trigger a process that would behave according to the provided input parameters (which may include uploaded files), and send back a response to the user's browser.
Hope this helps!
Benoit