I'm a beginner, sorry if this question is basic but now, I need to insert an image in a remote SQL. I'm using HttpUtils2, I can insert strings, but I don't know how insert the image.
In ASPNET code Need I to add more code?
Please your help because I'm on time, this is my final project from the university.
The ASP script in that tutorial only accepts strings. You will need to modify it and add a new call that accepts raw bytes. You can send the string parameters as part of the url (GET parameters).