HttpDownload
Result = HttpDownload(Index, FileName$)
 
Parameters:

    Index = Http index
    FileName$ = Path and file name of the file
Returns:

    Result = state of the request
 

HttpDownload requests a file download. When the request was succesful the function will return 1 and create a new file with the given name. If an error occured the function will return 0.
In order to actually download the file you need to frequently call the function HttpTransfer.
 
Related Info: :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com