Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Store HTTP Stream

Former Member
0 Likes
462

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.

2 REPLIES 2
Read only

Former Member
0 Likes
347

You can save data on application server using dataset 'open' 'transfer' commands.

-Sanjeev

Read only

0 Likes
347

you can even store them in DBtable.

check this link for a sample program

Regards

Raja