Hi,
I am using httputils2 for updating sql data base throw a web service.
I am using PostString with url including parameters which runs store procedures in the sql server.
now what I am trying to do is to send binary data (image file) as a parameter url, and the parameter will be transferred to the sql store procedure .
the store procedure will save the image (binary data) in the sql table.
is it possible to it using httputils2.
Thanks in advance
I am using httputils2 for updating sql data base throw a web service.
I am using PostString with url including parameters which runs store procedures in the sql server.
now what I am trying to do is to send binary data (image file) as a parameter url, and the parameter will be transferred to the sql store procedure .
the store procedure will save the image (binary data) in the sql table.
is it possible to it using httputils2.
Thanks in advance