Yes, actually I already did all that.. the problem I am having is that I need to "mimic" a form submission that includes several files.
In other words, the server var's and other goodies shown using the $_GLOBAL array only gives me the results.. I actually need to:
1) Fully replicate what the html form/browser is doing.
2) Write a script that will work with the VB program which will accomplish #1.
Does that make sense? Any ideas? I guess I need to figure out how to do #1 first, and then see what happens for #2..