Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File Transfers to a Web Site
Message
 
To
13/05/2004 16:39:55
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00902945
Message ID:
00903852
Views:
29
Hi Mike,

First consider using this object
oHttp = CreateObject('MSXML2.ServerXMLHTTP')
Follow this link
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/htm/xml_obj_iserverxmlhttprequest_7zlc.asp
and review everything related to ServerXMLHTTP/IServerXMLHTTPRequest -- properties and methods.

Existing limitation: not supported on Win98/Me platform. Other than that this ActiveX allows sending various HTTP requests. On WinXP/2000 you have it installed by default. If not -- can be downloaded from Microsoft web site.

* * *
On my web site I have number of WinInet/WinHttp code samples written in FoxPro, though in most cases the access requires membership. I would suggest two examples

Custom HttpRequest class (WinINet)
http://www.news2news.com/vfp/?example=185

Custom HttpRequest class (WinHTTP)
http://www.news2news.com/vfp/?example=397
Previous
Reply
Map
View

Click here to load this message in the networking platform