how can i get the path of a downloaded file?
:confused:
Hi,
I have a vb application. In one of the forms i have put a web browser control. This will be used to download my database file from the server using ...browser.navigate "myserver/mydb/mydb.mdb". This will open the save dialog box and start downloading the mdb file from the server.
Now how can my application know the path specified by the user to save the mdb file, so that the application can pick up data from this downloaded file for further processing ????????
Somebody pls help !!!!!!!!!!