Hi all,

hope someone can help me. Thanks to Kurt earlier for the help :) I have actually got 
our network guy to bash out a small CGI script anyways to save the sent info as a text 
file. 

Having a weird problem though. Everything rosey in authoring - file retrieves and 
updates (saves) data perfectly. I am clearing the director cache before each retrieval 
(clearCache) and sending the data with a unique number to avoid using the cached 
version:

  dataALL = member(205).text
  
  put "unique=" & the ticks after dataALL
  
  gNetID = postNetText("http://xxxxxxxxxxxx/cgi-bin/processor.pl?", dataALL)

and it's fine.

BUT, when previewing in a browser via SW, a weird thing happens. The correct, newly 
saved data is flashed up for an instant, then disappears to be replaced by an old 
version of the text file data. Checking the text file reveals the correct data - so 
where is the old stuff coming from? I assume it's a cache problem but where? On the 
server? On the client PC (mine)? or in the Director cache? 

Please help if you can as it's my 1st time of external storage and CGI and it was 
going so well..... <pouts>

Leon




[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to