Hello everyone !
How to download a file without extension; If the file bears 000 as the server ID and not 000.jpg (image files)
For example :
Thank you
How to download a file without extension; If the file bears 000 as the server ID and not 000.jpg (image files)
For example :
Code:
sMyDocumentsLocation = Shell.GetFolder(SHF_MYDOCUMENTS); connected = HTTP.TestConnection("http://www.google.com", 20, 80, nil, nil); url="http://www.test.test/folder/00" HTTP.Download(url , sMyDocumentsLocation.."\\00.jpg", MODE_BINARY, 20, 80, nil, nil, DownloadCallback);
Comment