I am trying to create VB app that "mimics" a form submission to upload a file. I need to figure out exactly what the form is actually "submitting" to the php script, so I can duplicate this info in my VB app.
Can anyone explain how (or provide the code) to show the header info I need?
Example of what I'm trying to do:
(START part that the VB app will do)
1. I created a html form that allows two files to be selected, and a few text boxes.
I submit the form by pressing the button.
(END part that the VB app will do)The php script (I need some help with this part) executes and outputs the received HTTP post info that was sent.
Thanks!