Re: MultiPart HTTP requests

2014-12-09 Thread Aleix Pol
On Sat, Dec 6, 2014 at 11:44 AM, David Faure wrote: > On Friday 05 December 2014 16:14:45 Aleix Pol wrote: > > Hi all, > > Every now and then I end up having to generate MultiPart HTTP requests to > > implement some of those fancy HTTP API's to upload images. &

Re: MultiPart HTTP requests

2014-12-06 Thread David Faure
On Friday 05 December 2014 16:14:45 Aleix Pol wrote: > Hi all, > Every now and then I end up having to generate MultiPart HTTP requests to > implement some of those fancy HTTP API's to upload images. > > I know we have many implementation for this, namely one in kipi, the

MultiPart HTTP requests

2014-12-05 Thread Aleix Pol
Hi all, Every now and then I end up having to generate MultiPart HTTP requests to implement some of those fancy HTTP API's to upload images. I know we have many implementation for this, namely one in kipi, then forked in ktp [1], one in kdevplatform reviewboard plugin, and probably some mor