InetLoad plug-in - Downloaded file issue
Good morning,
I am using InetLoad plug-in to download some files from my site and am able to download the file successfully.
But while opening the file I am getting some dialog box and my document(which i downloaded using the above plugin) is not displaying properly.
PLease verify the enclosed screen shot for details.
Do i need to add anything in my code.
Code Sample:
Section "Dummy Section" SecDummy
InetLoad::load /POPUP "https test" "Site location" "$EXEDIR\File name"
Pop $0 # return value = exit code, "OK" if OK
MessageBox MB_OK "Download Status: $0"
SectionEnd