hi
I need to do http post which will send in a soap data, as well as upload a file on the server.
i have tried using <iframe>, but at same time submitting a soap request and uploading file on form submit seems to be crucial...
its like :
Request: HTTP POST (multi-part)
URL: http://<server> :<port><URI>
POST Variables: “SOAP”=<soapReq uestXML>; “file”=<file attachment>
can anyone suggest a better way for this.
thanks in advance
I need to do http post which will send in a soap data, as well as upload a file on the server.
i have tried using <iframe>, but at same time submitting a soap request and uploading file on form submit seems to be crucial...
its like :
Request: HTTP POST (multi-part)
URL: http://<server> :<port><URI>
POST Variables: “SOAP”=<soapReq uestXML>; “file”=<file attachment>
can anyone suggest a better way for this.
thanks in advance
Comment