upload data and save it using ASIHTTP
Posted
by Srt
on Stack Overflow
See other posts from Stack Overflow
or by Srt
Published on 2010-05-11T05:54:45Z
Indexed on
2010/05/11
7:04 UTC
Read the original article
Hit count: 471
I have a web page in which a value 'A' is constantly updated. I use ASIHttp to access the page contents and get this value 'A'. Based on A i calculate value X and i then i need to save this X to a webpage. I am able to get the data and am doing the calculation to get X. How do i upload and save the X to a webpage using ASIHTTP so that the X value can be used later.
Thanks in advance.
© Stack Overflow or respective owner