Arno Garrels wrote:
> Mohit Sindhwani wrote:
>
>> The basic POST works now - I can submit data to a form. But, I can't
>> begin to get my head around the things involved in posting images to
>> the application. I understand that I need to post it as a multi-part
>> form with a suitable separ
Mohit Sindhwani wrote:
> The basic POST works now - I can submit data to a form. But, I can't
> begin to get my head around the things involved in posting images to
> the application. I understand that I need to post it as a multi-part
> form with a suitable separator for the parts, then set the
Hi! I've just started to play with the Httpcli component and I'm hoping
to create a program that will allow me to post images to a web application.
The basic POST works now - I can submit data to a form. But, I can't
begin to get my head around the things involved in posting images to the
app