G
Guest
Transferring several .wav files at one time from a vxml platform to a server
using multipart/form-data in VB.net.
The transfer and saving of the separate wav files works fine.
However, I need to access the name="****" value in the line below which in
this example would be "nameinfo".
Content-Disposition: form-data; name="nameinfo"; filename="vxml5f2ec39.wav"
Content-Type: audio/wav
Content-Transfer-Encoding: binary
Thanks. TomB
using multipart/form-data in VB.net.
The transfer and saving of the separate wav files works fine.
However, I need to access the name="****" value in the line below which in
this example would be "nameinfo".
Content-Disposition: form-data; name="nameinfo"; filename="vxml5f2ec39.wav"
Content-Type: audio/wav
Content-Transfer-Encoding: binary
Thanks. TomB