Page 2 of 2

Re: mobile download file

Posted: Tue Nov 25, 2014 1:57 pm
by Klaus
Hi Vedus,

found something in your code, but not sure if this is causing your inconvenienece:

Code: Select all

on urlProgress pURL, pStatus, pBytesDone, pBytesTotal
   put pStatus into fld "pf1" of group "up_bar"
   switch pStatus
     ...
   case "downloaded"
   set the itemDel to slash
   put specialfolderpath("documents") & "/fms.zip" into myPath

   ## Here you are PUTting the urls TWICE on your hd, maybe removing one of these lines will help?
   put pUrl into URL ("binfile:" & myPath)
   put url pUrl into url myPath
   ...
Best

Klaus

Re: mobile download file

Posted: Tue Nov 25, 2014 2:06 pm
by dave.kilroy
Hi Klaus - yes I found that double 'put' as well (see earlier post) but vedus says without it nothing gets saved and the file downloads again and again...

Re: mobile download file

Posted: Fri Jun 12, 2015 4:48 pm
by rblackmore245
Was a solution ever found for this as I can't seen to stop it from going into a download loop either :o/