[twsocket] POSTing images to a server

2006-08-30 Thread Mohit Sindhwani
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

Re: [twsocket] POSTing images to a server

2006-08-30 Thread Arno Garrels
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

Re: [twsocket] POSTing images to a server

2006-08-30 Thread Mohit Sindhwani
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 separator for