This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Web Server - Ask For Help / How to get page info following a post
« on: September 10, 2007, 02:11:06 PM »
I have created a hand-coded program that posts to a website. (At least I believe it does, I finally got it to work without errors!).
This website is a test site using SSL, and I have successfully sent and received data with it using the Demo program that came with Nettalk. It merely repeats what I sent back to me. I am sending an XML file.
In the hand code I am communicating with the page, but cannot see the response. I do not know what to call to make it work.
The website instructions tell me to use the PageReceived method to get the info, but I cannot find what that is. Any one know where to go?
This website is a test site using SSL, and I have successfully sent and received data with it using the Demo program that came with Nettalk. It merely repeats what I sent back to me. I am sending an XML file.
In the hand code I am communicating with the page, but cannot see the response. I do not know what to call to make it work.
The website instructions tell me to use the PageReceived method to get the info, but I cannot find what that is. Any one know where to go?
2
Web Server - Ask For Help / How can I send and receive a file to and from a website
« on: September 06, 2007, 01:03:29 PM »
I have just purchased NetTalk 4 and need to send a data file (or I could just send text from a program) to a website. I will already have the web page opened from inside my clarion program. I have looked in the examples (GetandPutFile) but it is for a server, not a website. Any suggestions on where and how to find out how to do this? Is there an example file somewhere. I am using Clarion 6.3
Pages: [1]