RE: Problem downloading file to iPhone

2015-07-21 Thread John Dixon
Neil, Thanks, that did it ...:-) > Date: Tue, 21 Jul 2015 12:49:57 +0100 > From: n...@livecode.com > To: use-livecode@lists.runrev.com > Subject: Re: Problem downloading file to iPhone > > Hi John, > > iOS is very picky with URLs. Try URLEncoding the text file na

Re: Problem downloading file to iPhone

2015-07-21 Thread Neil Roger
Hi John, iOS is very picky with URLs. Try URLEncoding the text file name and attempting the download again- put urlEncode("001.French|The_simple_words.txt") into theFilename Kind Regards, Neil LiveCode Technical Support Lead n...@livecode.com LiveCode

Problem downloading file to iPhone

2015-07-21 Thread John Dixon
on the desktop this works, no problem... the text is placed in fld 1 on mouseUp put "001.French|The_simple_words.txt" into thefilename put "http://www.xx.on-rev.com//public_html/dixon/"; & thefilename into theURL put URL theURL into temp put temp into fld 1 end mouseUp How do I