I am working in VB6. I am trying to send a list of data to url in protocol HTTP.

I am trying to do this with the help of "internet transfer control".

I am trying to use the Execute Method with operation POST.

I wrote the commands

(Attempt 1)-----------------------------------------------------------------------------------------

Dim strURL As String, strFormData1...