XWidgetSoft Forum
https://www.bbs.xwidget.com/

BUG in DownloadFile
https://www.bbs.xwidget.com/viewtopic.php?f=3&t=3665
Page 1 of 1

Author:  digigamer [ October 19th, 2013, 5:49 am ]
Post subject:  BUG in DownloadFile

Sometimes the callback function specified in the DownloadFile doesn't get called at all. I can see the file is being successfully downloaded but after finish the callback function isn't get called.

Code:
//code goes here
DownloadFile("some url","download.ext","callback");

function callback(flag) //not called always
{
    if(flag) {
   //file downloaded - do something with it
   } else {
   //file not downloaded
   }
}

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/