[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] Re: [sr #107501] <textarea> not working in submitted for
From: |
Christian Grothoff |
Subject: |
[libmicrohttpd] Re: [sr #107501] <textarea> not working in submitted form with enctype="multipart/form-data" |
Date: |
Thu, 21 Oct 2010 11:45:58 +0200 |
User-agent: |
KMail/1.13.2 (Linux/2.6.32-25-generic; KDE/4.4.2; i686; ; ) |
Yes, updating is unlikely to help -- we didn't touch that code. Have you
tried without the umlaut? Do you have a nice (C-based) testcase for me to use
for the investigation?
Happy hacking!
Christian
On Thursday, October 21, 2010 11:22:32 am Jakob Eriksson wrote:
> URL:
> <http://savannah.gnu.org/support/?107501>
>
> Summary: <textarea> not working in submitted form with
> enctype="multipart/form-data"
> Project: GNU libmicrohttpd
> Submitted by: jakov
> Submitted on: Thu 21 Oct 2010 11:22:32 AM CEST
> Category: None
> Priority: 5 - Normal
> Severity: 3 - Normal
> Status: None
> Privacy: Private
> Assigned to: None
> Originator Email:
> Open/Closed: Open
> Discussion Lock: Any
> Operating System: GNU/Linux
>
> _______________________________________________________
>
> Details:
>
> I use a textarea in a form. All other values in the form works OK, hidden
> fields, a select, input boxes and an upload file.
> But not the textarea.
>
> <form action="/ua" method="post" enctype="multipart/form-data">
>
> <textarea name="description" cols="50" rows="10">Jag har en bra text
> här</textarea>
>
> I am using an iterator:
> static int iterate_post(void* coninfo_cls,
> enum MHD_ValueKind kind, /* Check this, might be
> useful! */
> const char* key,
> const char* upload_filename,
> const char* content_type, /* Check
> this, might be useful! */
> const char* transfer_encoding, /* Check
> this, might be useful! */
> const char* data,
> uint64_t off, /* Check
> this, might be useful! */
> size_t size);
>
>
>
> libmicrohttpd version 0.8.1
>
> I will upgrade, but I have little hope an upgrade will such a fundamental
> problem such as a textarea not working.
>
> I have tried the form with both IE6 and Firefox.
>
>
>
>
>
>
> _______________________________________________________
>
> Reply to this item at:
>
> <http://savannah.gnu.org/support/?107501>
>
> _______________________________________________
> Message sent via/by Savannah
> http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libmicrohttpd] Re: [sr #107501] <textarea> not working in submitted form with enctype="multipart/form-data",
Christian Grothoff <=