‎2005 Jul 15 10:17 AM
Is there a way to store the incoming HTTP Stream on Server (probably using ICF), so that while transmitting the stream from client if there is a connection failure, The received stream can be stored on server, and the remaining stream can be transmitted from the client after the connection is restored.
‎2005 Jul 15 10:39 AM
You can save data on application server using dataset 'open' 'transfer' commands.
-Sanjeev
‎2005 Jul 16 5:44 AM