Using the Help file for SendHTTPfile with the AppGameKit example and the PHP example...
Could someone please tell me why the example of the AppGameKit for SendHTTPfile has the line
"until done = 1"
This is an error.
(Is this is for a learning curve?)
Anyways
I switched it out for
if GetHTTPResponseReady( cid ) = 1
print (GetHTTPResponse( cid ))
done=1
else
the "done=1" seems to take care of it
probably not the smartest way
however
WHY I AM HERE IS BELOW
I am getting an error html file that flashes in white text on the black screen for less than a second and disappears.
I have narrowed it down to this;
when this kicks in as true:
if GetHTTPResponseReady( cid ) = 1
print (GetHTTPResponse( cid ))
The only way to view this flashing full text of html screen for more than the flashing second is to use the command "sleep (some time)"
IF you use "print repeat" after "UNTIL done=1"
then you print something in a loop; the text disappears... WHY???
Why doesn't the text stay???
How can i caputure the html text?
How can i caputure the html text?
and the text is tiny and non capturable!
HOW do I capture this TEXT so I can SEE IT?