Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II)
↧
Re: PDF file download
↧
From wFileSaveAs it goes into
AJAX.DownloadFile(m.tcFileSrce, @m.tcResult)
passing the correct pdf name file
Here it goes into
this.FileToSiteTempDir(m.tcFile, @m.tcResult)
and it copies my file in temp folder (one only difference is that the name in temp folder is in lower case and my original file is in upper case)
Then it goes to cScriptJSadd_ passing as parameters
tcScript = FoxInCloud.DownloadFile('Temp/2013BZ000177.PDF');
tlPrePend = .F.
and i can't see what happens in
cScriptJSadd(m.this.cScriptJS_, m.tcScript, m.tlPrepend)
because the source is not available
Wfilesavesas return an empty valu
Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II)