
recieving enctype/form-data
HELP.. I am new to VB component programming and I need some serious help.
Here is the problem..
I am submitting a string of xml text to a dll on another server via an
"enctype/form-data" form. The xml is actually located in one of the elements
of the form with a specific name that the dll parses out and processes. The
dll then responds similarly with a response.. the problem is this.. I can't
read that response because it is in the same format. IOW.. it is returned
via "enctype/form-data" so my server wants to upload a file and asks me if I
want to save the file.. etc... All it is really returning is a page with
"enctype/form-data" in the content-type header.. Does anybody have any
ideas..????