PhpFileUploader : Ajax Query

  •  07-12-2012, 8:02 AM

    PhpFileUploader : Ajax Query

    Hi,
     
    In demo Start uploading manually (f orm-manualstart.php) , how to modify ajax query  uploadobj.startupload() for having synchronous query (async : false) ?
     
     Currently, I coded :
    function doStart() {
    .......
    setTimeout(function(){
         uploadobj.startupload();
    },1000);
    .....
    }
     
     This is working well, but 200 ms or 1s or 2s, it depends on server !
     
    Regards,
     
     
     
View Complete Thread