Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloading files in prg
Message
From
10/07/2003 20:51:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Downloading files in prg
Miscellaneous
Thread ID:
00809084
Message ID:
00809084
Views:
83
I'm using VFP 7.0

In a prg:
Is there some way I can set the location on the users computer to download a file to?
And preferably skip the "save or open" dialogue that windows pops up?
local loIE, lcCurDir
lcCurDir = curdir()
loIE = createobject('InternetExplorer.Application')
loIE.NavigateTo( 'myWeb-Site/myFile.txt' )    && I want replace &lcCurDir\Downloads\myFile.txt
or 2nd choice, find out where the user saved the file on their computer so I can move it myself?
Bill Morris
Next
Reply
Map
View

Click here to load this message in the networking platform