lkivik
Mar 22nd, 2000, 04:25 AM
Hi!
I have VB6 and I am doing an Autoupdate-app. I'm using MS- Internet Transfer Protocol (v.6.0) to download the file. But the problem is that the control downloads the file in some temporary directory which changes too often. Is there any way to download the file (xxx.zip) DIRECT to the appfolder (ie. C:\Myapp)? This is very important because I want to compare the downloaded size with the orginal filesize (to make a download progress bar). Please help me?
And could somebody say what's wrong with the following code:
Inet1.Execute "http://www.mysite/~me/hello/app.zip", "GET", "C:\Myapp"
This code doesn't download the file at all or it doesn't save it in my appfolder.
I have VB6 and I am doing an Autoupdate-app. I'm using MS- Internet Transfer Protocol (v.6.0) to download the file. But the problem is that the control downloads the file in some temporary directory which changes too often. Is there any way to download the file (xxx.zip) DIRECT to the appfolder (ie. C:\Myapp)? This is very important because I want to compare the downloaded size with the orginal filesize (to make a download progress bar). Please help me?
And could somebody say what's wrong with the following code:
Inet1.Execute "http://www.mysite/~me/hello/app.zip", "GET", "C:\Myapp"
This code doesn't download the file at all or it doesn't save it in my appfolder.