
July 1st, 2005, 10:42 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 20
Time spent in forums: 4 h 47 m 17 sec
Reputation Power: 0
|
|
How to get/send data from/to browser in VB6
How would one send data from a vb app to IE and from IE to VB? For example, if I have a Component on my IIS server I would like to send data to the component via the browser (such as a file upload). I have this part done (using a Binary Read), but I need to be able to parse and examin the header request - I guess?
Once I have parsed the header to extract information (such as the file name), I need to send information back to the browser so that I can display a progress bar (which I have already managed to create).
TX
ps: if there is another forum that I should look at or links to appropriate site(s), please advise.
|