GitHub user mudcube opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/573
Allow multiple attachments to be uploaded at once.
The "multiple" attribute on a file input allows the user to select multiple
attachments.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mudcube/couchdb-fauxton master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/573.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #573
----
commit 8bd0d1a4a5bc95fa7595172df735b067db00bf25
Author: Michael Deal <[email protected]>
Date: 2015-11-08T11:38:53Z
Allow multiple attachments to be uploaded at once
The 'multiple' attribute on a file input allows the user to select multiple
attachments. "multipart/form-data" already allows for multiple attachments to
be accepted.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---