Greetings!

I have a button on a iPad project with this script:

on mouseUp
  put "ftp://myUserName:[email protected]/testFile.txt"; into saveURL  
--the names were changed to protect the innocent
  put "This is a test." into dataToSave
  put dataToSave into url saveURL
  put the result into tResult
  if tResult <> "" then
    answer tResult      
  else
    answer "OK"
  end if 
end mouseUp

When I tap this button in the Simulator, tResult is "The operation couldn't be 
completed.  (kCFErrorDomainCFNetwork error 200.)"

This works without error in the IDE.  Any thoughts?


Thanks in advance,
Dan
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to