|
-
Jan 3rd, 2007, 12:24 PM
#11
Member
Re: How can i do these 2 things...
If you just want a small bit uploaded to a website... Try making an ASP page with a querystring input that reads pages with ? headers:
mysite.com/myasp.asp?usersInput=something+new
then make your vb6 program use MS INET or the WEBBROWSER control to connect to the asp page and add the small bit of information after the ? ...
or instead of the ? style, try the "POST" method... Probably the easiest way to upload something to the internet...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|