New topic: Using post to send form data
<http://forums.realsoftware.com/viewtopic.php?t=29740> Page 1 of 1 [ 4 posts ] Previous topic | Next topic Author Message BobbyInOz Post subject: Using post to send form dataPosted: Tue Aug 25, 2009 9:59 pm Joined: Sun Dec 10, 2006 8:53 pm Posts: 16 G'afternoon. I am trying to post data to a php script I have. It is expecting two things: filename data >From there it opens a file named "filename" and writes out "data" into that >file. The file is created, and some data is written. My RB app does not send all the data. (I know this not only by lack of written data but also the bytesSent is not the size of "data".) The amount sent as "data" is not always the same amount, either. That is why I think it is a timing issue. How do I tell RB to wait for the send to complete? I am using RB2007r2, on a Mac. My Code is: Code: -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
