MivaScript Builtin Function, Miva Merchant 9+
wdownload( url, filepath, location, callback, callbackdata var )
<mvt:assign name="g.return_value" value="wdownload( url, filepath, location, callback, callbackdata var )" />
Downloads and stores a file from a URL. Acts as a front end to wget()
url
file to retrieve
filepath
where destination file should be stored
location
destination 'data' or 'script'.callback_fn = the name of a callback function in current Miva Script file
callback
a user defined user function that returns 1 to continue, 0 to abort.
callbackdata var
???? Unknow please clarify