[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] Example of file upload via the POST method
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] Example of file upload via the POST method |
Date: |
Wed, 20 Jun 2012 10:13:46 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.4) Gecko/20120510 Icedove/10.0.4 |
On 06/20/2012 08:27 AM, Enrico Migliore - FATTI srl wrote:
> Hello,
>
> I got MHD up and running and I ran successfully many tests.
>
> I can't find an example of file upload via the POST method.
>
> Are there any?
Not AFAIK. There is an example for 'POST', but I do not think we have
one for uploading files.
However, uploading files *is* supported in principle by MHD. If you
want to contribute to the documentation, you're more than welcome ;-).
Happy hacking!
Christian