Stephen,

That's true, and I probably should have mentioned that.  For my purposes,
it's irrelevant, because my research data (indeed the entire "site") is all
just a bunch of meaningless numbers that nobody would have any interest in.  
But for the rest of you out in the real world, caveat emptor. 

By the way, to actually send a file, you might try this:

on mouseUp
   answer file "Please choose a file to get:"
   get URL ("file:" & it)
   put it into URL ("address goes here")
   if the result is not empty then
      answer "oops"
      exit mouseup
   end if
end mouseUp

--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Confirming-an-FTP-Upload-tp4164699p4165852.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to