[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] File uploading using libmicrohttpd
From: |
Sebastian Gerhardt |
Subject: |
Re: [libmicrohttpd] File uploading using libmicrohttpd |
Date: |
Fri, 15 Aug 2008 08:54:39 +0200 |
Hello,
for having the server send bigger files,
there is a working fileserver example at
https://gnunet.org/svn/libmicrohttpd/src/examples/fileserver_example.c
that illustrates how to create the responses chunk after chunk.
Such an example for POST processing does not exists yet, AFAIK, but
I think if will be a combination of the example above and the
postprocessing example from the tutorial.
Regards,
Sebastian
On Thu, 2008-08-14 at 20:34 -0400, sudhansu sahoo wrote:
> Hi Sebastian,
> Thank you very much for your response. While I am trying to upload a
> file using the "POST" method example, I am able to send first chunk of
> the file only but not able to send the whole file. Is there any other
> example available which can queue again and again to send whole chunks
> of the file?
>
> Thanks once again.
>
> Regards,
> Sudhansu