You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Evan Krall (JIRA)" <ji...@apache.org> on 2010/11/08 09:35:21 UTC

[jira] Created: (COUCHDB-939) Upload handlers do not parse multipart form data.

Upload handlers do not parse multipart form data.
-------------------------------------------------

                 Key: COUCHDB-939
                 URL: https://issues.apache.org/jira/browse/COUCHDB-939
             Project: CouchDB
          Issue Type: Bug
          Components: HTTP Interface
    Affects Versions: 1.0.1
         Environment: OS X 10.6.4, CouchDBX.
            Reporter: Evan Krall


1. Submit to an _update handler using a <form enctype="multipart/form-data" ...>.
2. Inspect the update function's request.form attribute

Expected result: request.form has attributes corresponding to the different input fields in the form.
Actual result: request.form has no attributes.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Resolved] (COUCHDB-939) Upload handlers do not parse multipart form data.

Posted by "Jan Lehnardt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Lehnardt resolved COUCHDB-939.
----------------------------------

    Resolution: Not A Problem

Form parsing happens on application/x-www-form-urlencoded.

> Upload handlers do not parse multipart form data.
> -------------------------------------------------
>
>                 Key: COUCHDB-939
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-939
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>    Affects Versions: 1.0.1
>         Environment: OS X 10.6.4, CouchDBX.
>            Reporter: Evan Krall
>
> 1. Submit to an _update handler using a <form enctype="multipart/form-data" ...>.
> 2. Inspect the update function's request.form attribute
> Expected result: request.form has attributes corresponding to the different input fields in the form.
> Actual result: request.form has no attributes.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira